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 /include | |
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 'include')
-rw-r--r-- | include/sfx2/app.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index 6bed28c3845a..573504413c17 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -160,7 +160,6 @@ public: // members SfxFilterMatcher& GetFilterMatcher(); SfxProgress* GetProgress() const; - const OUString& GetLastSaveDirectory() const; sal_uInt16 GetFreeIndex(); void ReleaseIndex(sal_uInt16 i); |