diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-20 16:29:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-09-21 09:06:33 +0200 |
commit | 553f10c71a2cc92f5f5890e24948f5277e3d2758 (patch) | |
tree | 2040ea0241bc538f5372c5a9234e0cf523e00b9e /svl/source/items/stritem.cxx | |
parent | c33647429b179c024f0749be85c89f737a8b42db (diff) |
add dumpAsXml() to more pool items
Change-Id: I276109148bab8180ce2442f5ee69722357362453
Diffstat (limited to 'svl/source/items/stritem.cxx')
-rw-r--r-- | svl/source/items/stritem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/items/stritem.cxx b/svl/source/items/stritem.cxx index ae8727a77ed1..c00a637b676c 100644 --- a/svl/source/items/stritem.cxx +++ b/svl/source/items/stritem.cxx @@ -58,6 +58,7 @@ void SfxStringItem::dumpAsXml(xmlTextWriterPtr pWriter) const xmlTextWriterWriteAttribute(pWriter, BAD_CAST("value"), BAD_CAST(GetValue().toUtf8().getStr())); xmlTextWriterEndElement(pWriter); } + SfxPoolItem* SfxStringItem::CreateDefault() { return new SfxStringItem(); |