diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-07-20 00:35:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-07-20 07:52:31 +0200 |
commit | 313513da3c75b290f5f77a7e47ce9a32980fbb5a (patch) | |
tree | 49a923083fd533a2633f186ddce5b60a61c7b2c7 /sfx2/source | |
parent | 137a1d5380e310a43d36932c643e1331a94fd70d (diff) |
-Werror,-Wunused-private-field
introduced for no apparent reason in d157c1bd70d630a58db33910d550bb8dee9fe62e
"tdf#126665 Remember last used file picker directory"
Change-Id: Iceb26e5bbbb0cad4acccce9489593aef322c14b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119234
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/filedlgimpl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/dialog/filedlgimpl.hxx b/sfx2/source/dialog/filedlgimpl.hxx index 96f87bca16a3..15fc3b2decbb 100644 --- a/sfx2/source/dialog/filedlgimpl.hxx +++ b/sfx2/source/dialog/filedlgimpl.hxx @@ -57,7 +57,6 @@ namespace sfx2 ::std::vector< OUString > mlLastURLs; OUString maPath; - OUString maLastPath; OUString maFileName; OUString maCurFilter; OUString maSelectFilter; |