diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2013-10-01 10:59:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-10-16 10:24:00 +0000 |
commit | 2eba5391d3fa3232ba2b0a187c4c51736ab2ec3d (patch) | |
tree | cf06fece8abd86dc586cf137ac450e817ff50842 /include | |
parent | b3362fc9cb410599ac54fc3badfad75354c98d84 (diff) |
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 <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/fltrcfg.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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; |