summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-08-15 10:55:53 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-15 11:42:55 +0200
commit5827e30109b683cb74efa21d154e5219fe9e2a0c (patch)
tree7a1557f85069e434393228f0be75a4266022eddc /include
parentbb9bad31b9e9f741fed91b2a4b3043814cb07f13 (diff)
embeddedobj: allow controlling if Visio documents are converted to Draw or not
At the moment this affects only Insert -> Object -> OLE Object -> from file. Change-Id: I8d1c6456481610491916e3be3766b0bb04dfa296 Reviewed-on: https://gerrit.libreoffice.org/77489 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/unotools/fltrcfg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/unotools/fltrcfg.hxx b/include/unotools/fltrcfg.hxx
index 8ea6a7fbfa1a..c015740dcaf2 100644
--- a/include/unotools/fltrcfg.hxx
+++ b/include/unotools/fltrcfg.hxx
@@ -95,6 +95,9 @@ public:
bool IsMSOLockFileCreationIsEnabled() const;
void EnableMSOLockFileCreation(bool bEnable);
+ bool IsVisio2Draw() const;
+ void SetVisio2Draw(bool bFlag);
+
static SvtFilterOptions& Get();
};