summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/XMLTextTableContext.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/xmloff/XMLTextTableContext.hxx b/include/xmloff/XMLTextTableContext.hxx
index f781ee102f43..032d3b7e792c 100644
--- a/include/xmloff/XMLTextTableContext.hxx
+++ b/include/xmloff/XMLTextTableContext.hxx
@@ -26,13 +26,8 @@
class XMLOFF_DLLPUBLIC XMLTextTableContext : public SvXMLImportContext
{
-
public:
-
-
- XMLTextTableContext( SvXMLImport& rImport,
- sal_uInt16 nPrfx,
- const OUString& rLName );
+ XMLTextTableContext( SvXMLImport& rImport );
virtual ~XMLTextTableContext() override;
};