diff options
author | Radek Doulik <rodo@novell.com> | 2013-03-01 13:03:06 +0100 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2013-03-01 13:05:20 +0100 |
commit | b40bcde076f9fabf24810d2520e878d604d99637 (patch) | |
tree | f997432fc6f44ef70e3d303feb0c0d8e37e472b4 /xmloff/source/draw/sdxmlexp_impl.hxx | |
parent | 8ad5c064190084cb46ce8847bfa306ce3cb01987 (diff) |
finish font embedding, use the new Fonts document property
Change-Id: I4cd6b8c11fb1efe9f97d2c5e474bd0bdcc9ed505
Diffstat (limited to 'xmloff/source/draw/sdxmlexp_impl.hxx')
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index cc5a5ed2c902..ccc34b204bea 100644 --- a/xmloff/source/draw/sdxmlexp_impl.hxx +++ b/xmloff/source/draw/sdxmlexp_impl.hxx @@ -136,6 +136,7 @@ class SdXMLExport : public SvXMLExport virtual void _ExportStyles(sal_Bool bUsed); virtual void _ExportAutoStyles(); + virtual void _ExportFontDecls(); virtual void _ExportMasterStyles(); virtual void _ExportContent(); // #82003# |