summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-23 10:22:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-23 10:22:21 +0000
commit936fd770facefa49019abcf30b241b694b3afac9 (patch)
tree61243d3a63d339dd4553458c54f3e645a44c7c3d /xmloff/source/text
parentaac6bb5bb3359a4c38bf77a98ac4bbdca470107c (diff)
just for non exported things
Change-Id: I448d0009d7c8ffec64fdab76897e8684afe7fcd7
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/XMLTextTableContext.cxx4
-rw-r--r--xmloff/source/text/txtstyli.cxx3
2 files changed, 7 insertions, 0 deletions
diff --git a/xmloff/source/text/XMLTextTableContext.cxx b/xmloff/source/text/XMLTextTableContext.cxx
index 2a5f652e3d99..5fcfd88bdfc5 100644
--- a/xmloff/source/text/XMLTextTableContext.cxx
+++ b/xmloff/source/text/XMLTextTableContext.cxx
@@ -31,4 +31,8 @@ XMLTextTableContext::XMLTextTableContext(
{
}
+XMLTextTableContext::~XMLTextTableContext()
+{
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/text/txtstyli.cxx b/xmloff/source/text/txtstyli.cxx
index 6a78c2d77e27..8df44e21c744 100644
--- a/xmloff/source/text/txtstyli.cxx
+++ b/xmloff/source/text/txtstyli.cxx
@@ -149,6 +149,9 @@ XMLTextStyleContext::XMLTextStyleContext( SvXMLImport& rImport,
{
}
+XMLTextStyleContext::~XMLTextStyleContext()
+{}
+
SvXMLImportContext *XMLTextStyleContext::CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,