diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-14 09:05:18 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-14 09:05:57 +0100 |
commit | 97260d8a011d2dba69df47433bb73a6da0317352 (patch) | |
tree | 87223dc869880998084058280f4038e4d9245179 /sw/inc | |
parent | 4efa9604cf90a581af05c231470bc3fe2e0c49ef (diff) |
Factor out SwFmtEditInReadonly::dumpAsXml() from sw core
Change-Id: I0b0f5a7fca8c5cb4aefd355f79b5141ce9803a55
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fmteiro.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fmteiro.hxx b/sw/inc/fmteiro.hxx index 4be9b7a86af2..1d6e365c5dff 100644 --- a/sw/inc/fmteiro.hxx +++ b/sw/inc/fmteiro.hxx @@ -39,6 +39,7 @@ public: SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper* pIntl = 0 ) const SAL_OVERRIDE; + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; inline const SwFmtEditInReadonly &SwAttrSet::GetEditInReadonly(bool bInP) const |