diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-10-31 13:42:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-01 16:10:13 +0100 |
commit | 6e11de09b3cce8cec0fc43b8fdb631ace0853a5a (patch) | |
tree | a0b2c7ad2fb8ceea86a455003d927b63d33e576c /include/svtools/miscopt.hxx | |
parent | 090636a305e12538164217cdf7be49980088dc54 (diff) |
use officecfg for UseSystemPrintDialog
Change-Id: I0e0bdc925f106884cbcede6405cc6ef7152ad405
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105139
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/miscopt.hxx')
-rw-r--r-- | include/svtools/miscopt.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx index 8fb276063a1b..5d1e24490417 100644 --- a/include/svtools/miscopt.hxx +++ b/include/svtools/miscopt.hxx @@ -79,9 +79,6 @@ class SVT_DLLPUBLIC SvtMiscOptions final : public utl::detail::Options sal_Int16 GetToolboxStyle() const; void SetToolboxStyle( sal_Int16 nStyle ); - bool UseSystemPrintDialog() const; - void SetUseSystemPrintDialog( bool bSet ); - bool ShowLinkWarningDialog() const; void SetShowLinkWarningDialog( bool bSet ); bool IsShowLinkWarningDialogReadOnly() const; |