From 2eba5391d3fa3232ba2b0a187c4c51736ab2ec3d Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Tue, 1 Oct 2013 10:59:01 +0200 Subject: unotools: add menu option to enable/disable Smart-Art lock The point of this menu option is that locked Smart-Art shapes would preserve the original XML files attached so they could be exported back to docx with no loss. The new menu option is located at Options -> Load/Save -> MS Office -> SmartArt to LibreOffice shapes or reverse. Change-Id: I6aafc2eb83404ee2c0b8538b2f6fbbbd4363e7d3 Reviewed-on: https://gerrit.libreoffice.org/6138 Reviewed-by: Miklos Vajna Tested-by: Miklos Vajna --- include/unotools/fltrcfg.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/unotools') diff --git a/include/unotools/fltrcfg.hxx b/include/unotools/fltrcfg.hxx index 0356aeeb5d12..71425a3e62c3 100644 --- a/include/unotools/fltrcfg.hxx +++ b/include/unotools/fltrcfg.hxx @@ -79,6 +79,9 @@ public: sal_Bool IsImpress2PowerPoint() const; void SetImpress2PowerPoint( sal_Bool bFlag ); + sal_Bool IsSmartArt2Shape() const; + void SetSmartArt2Shape( sal_Bool bFlag ); + sal_Bool IsEnablePPTPreview() const; sal_Bool IsEnableCalcPreview() const; sal_Bool IsEnableWordPreview() const; -- cgit v1.2.3