summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextTableContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextTableContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextTableContext.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLTextTableContext.cxx b/xmloff/source/text/XMLTextTableContext.cxx
index 1b1dabe21d93..2a56c0e60bc3 100644
--- a/xmloff/source/text/XMLTextTableContext.cxx
+++ b/xmloff/source/text/XMLTextTableContext.cxx
@@ -23,10 +23,8 @@
using namespace ::com::sun::star::uno;
-XMLTextTableContext::XMLTextTableContext(
- SvXMLImport& rImport,
- sal_uInt16 nPrfx, const OUString& rLName ) :
- SvXMLImportContext( rImport, nPrfx, rLName )
+XMLTextTableContext::XMLTextTableContext( SvXMLImport& rImport ) :
+ SvXMLImportContext( rImport )
{
}