summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLTextTableContext.hxx
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 /include/xmloff/XMLTextTableContext.hxx
parentaac6bb5bb3359a4c38bf77a98ac4bbdca470107c (diff)
just for non exported things
Change-Id: I448d0009d7c8ffec64fdab76897e8684afe7fcd7
Diffstat (limited to 'include/xmloff/XMLTextTableContext.hxx')
-rw-r--r--include/xmloff/XMLTextTableContext.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/XMLTextTableContext.hxx b/include/xmloff/XMLTextTableContext.hxx
index 333716dc03d7..6077ccd5ae18 100644
--- a/include/xmloff/XMLTextTableContext.hxx
+++ b/include/xmloff/XMLTextTableContext.hxx
@@ -30,10 +30,14 @@ namespace com { namespace sun { namespace star {
class XMLOFF_DLLPUBLIC XMLTextTableContext : public SvXMLImportContext
{
+
public:
+
+
XMLTextTableContext( SvXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLName );
+ virtual ~XMLTextTableContext() override;
};
#endif