diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-03-07 10:48:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-07 10:48:56 +0000 |
commit | a247f6f8febbc24a3298b7c5404cade8a432fecf (patch) | |
tree | f260b2eab1ed5d02f85663220c923ab4f1d79c6f /sfx2 | |
parent | 22e3da098ce19fe3463af67b44a4529fe555a181 (diff) |
only one use of GetLastSaveDirectory
which is to get its value and do a const_cast dance to save and
restore its value which is a strange thing to do just for one
obscure dialog when no other use of the save/load dialogs does this
Change-Id: I7700d7ed738d578869284d415197de06167001b5
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index a573fcc084a6..0b14446a7098 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -260,21 +260,6 @@ const OUString& SfxApplication::GetLastDir_Impl() const return pImpl->aLastDir; } -const OUString& SfxApplication::GetLastSaveDirectory() const - -/* [Description] - - As <SfxApplication::GetLastDir_Impl()>, only external - - [Cross-reference] - <SfxApplication::GetLastDir_Impl()> -*/ - -{ - return GetLastDir_Impl(); -} - - void SfxApplication::SetLastDir_Impl ( const OUString& rNewDir /* Complete directory path as a string */ |