summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-23 13:59:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-23 22:19:09 +0200
commit04389e2e5563ae5d771a78e439dfe7ccdcd8b904 (patch)
treee16186c4ef0e8086bd9ab3f2a094e01a1024f8f1 /include
parente7a7f2b237d9b64399d97fd776f343e9ee35d1b2 (diff)
use officecfg to retrieve SaveDocView
Change-Id: I1a758137000359d2448f8c5877d7b2e75f3869b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119416 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/unotools/saveopt.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unotools/saveopt.hxx b/include/unotools/saveopt.hxx
index 0e16b683e914..e8b6aed4e448 100644
--- a/include/unotools/saveopt.hxx
+++ b/include/unotools/saveopt.hxx
@@ -38,7 +38,6 @@ public:
AutoSavePrompt,
DocInfSave,
SaveWorkingSet,
- SaveDocView,
SaveRelInet,
SaveRelFsys,
DoPrettyPrinting,
@@ -115,9 +114,6 @@ public:
void SetSaveWorkingSet( bool b );
bool IsSaveWorkingSet() const;
- void SetSaveDocView( bool b );
- bool IsSaveDocView() const;
-
void SetSaveRelINet( bool b );
bool IsSaveRelINet() const;