summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-10-31 14:53:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-01 17:11:17 +0100
commitfabaabbd01c84cbdea465382e42387a452b54046 (patch)
tree29f597f61a9afc6d5fbb2f7e14c1a50cc491ea0d /include/svtools
parent6e81dad4c2b23017cb0c996a4ab9a81e24fab16f (diff)
use officecfg for UseSystemFileDialog
Change-Id: I1419af229a67d6ebb1cf2c63757656beb3f512db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105142 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/miscopt.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx
index 5d1e24490417..cbaf146f607e 100644
--- a/include/svtools/miscopt.hxx
+++ b/include/svtools/miscopt.hxx
@@ -55,10 +55,6 @@ class SVT_DLLPUBLIC SvtMiscOptions final : public utl::detail::Options
void AddListenerLink( const Link<LinkParamNone*,void>& rLink );
void RemoveListenerLink( const Link<LinkParamNone*,void>& rLink );
- bool UseSystemFileDialog() const;
- void SetUseSystemFileDialog( bool bSet );
- bool IsUseSystemFileDialogReadOnly() const;
-
bool DisableUICustomization() const;
bool IsPluginsEnabled() const;