diff options
Diffstat (limited to 'basic/source/inc/runtime.hxx')
-rw-r--r-- | basic/source/inc/runtime.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index d63c7d335e81..b1ba55b24063 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -458,12 +458,6 @@ OUString getFullPath( const OUString& aRelPath ); // has not to be infected with UNO) void implStepRenameUCB( const OUString& aSource, const OUString& aDest ); -//*** OSL file access *** -// #87427 OSL need File URLs, so map to getFullPath -inline OUString getFullPathUNC( const OUString& aRelPath ) -{ - return getFullPath( aRelPath ); -} void implStepRenameOSL( const OUString& aSource, const OUString& aDest ); bool IsBaseIndexOne(); |