diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-13 09:51:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 10:15:03 +0100 |
commit | 32f125f6e3022bc9d938ebe7c9165f73c5943ce4 (patch) | |
tree | 4636e72da3c0e4d89227e014d86a4406a0967235 /fpicker | |
parent | 54df89611eb1ae38d6ddf5a3fa66ac64d7db0e3e (diff) |
-Werror,-Wunused-member-function
Change-Id: If52a2614cfa9697e9aa5ec7af21577edef06b2f8
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 |