diff options
Diffstat (limited to 'basic/source/runtime/methods.cxx')
-rw-r--r-- | basic/source/runtime/methods.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 2abca341ca68..420298ab2940 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -160,7 +160,7 @@ OUString getFullPath( const OUString& aRelPath ) } // TODO: -> SbiGlobals -static uno::Reference< ucb::XSimpleFileAccess3 > getFileAccess() +static uno::Reference< ucb::XSimpleFileAccess3 > const & getFileAccess() { static uno::Reference< ucb::XSimpleFileAccess3 > xSFI; if( !xSFI.is() ) |