1 --- /home/freuter/t35/ooo-build/build/ooo310-m7/oox/source/core/relations.cxx 2008-04-10 17:13:28.000000000 +0200
2 +++ oox/source/core/relations.cxx 2009-04-09 10:50:20.000000000 +0200
5 // absolute target, or empty fragment path -> return target
6 if( (rTarget[ 0 ] == cDirSep) || (maBasePath.getLength() == 0) )
8 + return rTarget.copy(1);
10 sal_Int32 nLastSepPos = maBasePath.lastIndexOf( cDirSep );
11 OUString aPath = (nLastSepPos < 0) ? maBasePath : maBasePath.copy( 0, nLastSepPos );