diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-16 09:06:05 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-16 09:06:41 +0100 |
commit | d54e21eaa2d4baf85484063476d0aa1769b50583 (patch) | |
tree | 1e7f5e9b1f9fe42c19774c20448885e032481456 /include/editeng | |
parent | ab431b632e1e329372b8058bebdb69e1815840c2 (diff) |
Factor out SvxFontItem::dumpAsXml() from sw
Change-Id: I8283ddd868639e6535e27798d91a7273d77f048c
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/fontitem.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/fontitem.hxx b/include/editeng/fontitem.hxx index 3b9fbb2bd141..6a2cb8a5dba1 100644 --- a/include/editeng/fontitem.hxx +++ b/include/editeng/fontitem.hxx @@ -87,6 +87,7 @@ public: static void EnableStoreUnicodeNames( bool bEnable ); + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; EDITENG_DLLPUBLIC void GetDefaultFonts( SvxFontItem& rLatin, SvxFontItem& rAsian, |