summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-07 10:48:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-03-07 10:48:56 +0000
commita247f6f8febbc24a3298b7c5404cade8a432fecf (patch)
treef260b2eab1ed5d02f85663220c923ab4f1d79c6f /include
parentcan use a reference here (diff)
downloadcore-a247f6f8febbc24a3298b7c5404cade8a432fecf.tar.gz
core-a247f6f8febbc24a3298b7c5404cade8a432fecf.zip
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.hxx1
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);