summaryrefslogtreecommitdiff
path: root/include/unotools/saveopt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-24 09:21:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-25 09:40:36 +0200
commitbe683ad84960cad35299ed06b6b47691d90e2554 (patch)
tree872899209151be13a6b1e960ab57ec8df42c5c2d /include/unotools/saveopt.hxx
parent9117fb44bc7bd6b8764911c731c84a9e5dcc37f0 (diff)
use officecfg to retrieve WarnAlienFormat
Change-Id: Id7ca2ffa237cb8fda58af60ee5d296f492c5a47e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119462 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools/saveopt.hxx')
-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 ebc484d52d40..30c2f873b921 100644
--- a/include/unotools/saveopt.hxx
+++ b/include/unotools/saveopt.hxx
@@ -33,7 +33,6 @@ public:
{
UseUserData,
Backup,
- WarnAlienFormat,
LoadDocPrinter,
OdfDefaultVersion
};
@@ -90,9 +89,6 @@ public:
void SetLoadUserSettings(bool b);
bool IsLoadUserSettings() const;
- void SetWarnAlienFormat( bool _bEnable );
- bool IsWarnAlienFormat( ) const;
-
void SetLoadDocumentPrinter( bool _bEnable );
bool IsLoadDocumentPrinter( ) const;