diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index f35ca3b25fc4..ffa611175ddb 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -307,20 +307,6 @@ namespace return aWorkPathObj.GetMainURL( INetURLObject::NO_DECODE ); } - //--------------------------------------------------------------------- - struct RemoveFinalSlash : public ::std::unary_function< OUString, void > - { - void operator()( OUString& _rURL ) - { - INetURLObject aURL( _rURL ); -#if defined(WNT) - if ( aURL.getSegmentCount() > 1 ) -#endif - aURL.removeFinalSlash( ); - _rURL = aURL.GetMainURL( INetURLObject::NO_DECODE ); - } - }; - // ----------------------------------------------------------------------- /** retrieves the value of an environment variable @return <TRUE/> if and only if the retrieved string value is not empty |