diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-24 09:30:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-25 12:56:18 +0200 |
commit | 293c1a629a69822b4a9996d0522513bc2a0d78e1 (patch) | |
tree | 595f7c02b6f1f7065df32ddb98a3d9a054dab0f4 /include/unotools | |
parent | c05adac9229aad0683d2e75a8f8dcd5421c66b02 (diff) |
use officecfg to retrieve LoadDocumentPrinter
Change-Id: Ie9c164fb9c95989035ef769d0dd539521400e38e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119463
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/saveopt.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unotools/saveopt.hxx b/include/unotools/saveopt.hxx index 30c2f873b921..fafab60f3568 100644 --- a/include/unotools/saveopt.hxx +++ b/include/unotools/saveopt.hxx @@ -33,7 +33,6 @@ public: { UseUserData, Backup, - LoadDocPrinter, OdfDefaultVersion }; @@ -89,9 +88,6 @@ public: void SetLoadUserSettings(bool b); bool IsLoadUserSettings() const; - void SetLoadDocumentPrinter( bool _bEnable ); - bool IsLoadDocumentPrinter( ) const; - void SetODFDefaultVersion( ODFDefaultVersion eVersion ); ODFDefaultVersion GetODFDefaultVersion() const; ODFSaneDefaultVersion GetODFSaneDefaultVersion() const; |