From 936fd770facefa49019abcf30b241b694b3afac9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 23 Jan 2017 10:22:21 +0000 Subject: just for non exported things Change-Id: I448d0009d7c8ffec64fdab76897e8684afe7fcd7 --- include/xmloff/XMLTextTableContext.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/xmloff/XMLTextTableContext.hxx') 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 -- cgit