summaryrefslogtreecommitdiffstats
path: root/include/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-06-13 12:07:33 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-06-13 12:16:11 +0200
commitc7e237045df1e0ed01c47ce85923cd182a101bc7 (patch)
tree207f0e5a12ca567d939c4aa3e89661896ce0a944 /include/oox
parentRelated: fdo#65595 password dialog has truncated label (diff)
downloadcore-c7e237045df1e0ed01c47ce85923cd182a101bc7.tar.gz
core-c7e237045df1e0ed01c47ce85923cd182a101bc7.zip
fdo#58819 VML export: handle objects anchored in the header / footer
Previously such shapes landed in the middle of section properties. Change-Id: I7993eaa721e2b53d8adb1cbdee40992bbeb11416
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/vmlexport.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx
index 54212a65bccf..4e790c55f96d 100644
--- a/include/oox/export/vmlexport.hxx
+++ b/include/oox/export/vmlexport.hxx
@@ -75,6 +75,8 @@ public:
::sax_fastparser::FSHelperPtr
GetFS() { return m_pSerializer; }
+ void SetFS(::sax_fastparser::FSHelperPtr pSerializer);
+
/// Export the sdr object as VML.
///
/// Call this when you need to export the object as VML.