summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/eventimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/eventimport.cxx')
-rw-r--r--xmloff/source/forms/eventimport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/eventimport.cxx b/xmloff/source/forms/eventimport.cxx
index 0744bb8270fc..150a9f27a5cc 100644
--- a/xmloff/source/forms/eventimport.cxx
+++ b/xmloff/source/forms/eventimport.cxx
@@ -32,8 +32,8 @@ namespace xmloff
using namespace ::com::sun::star::container;
//= OFormEventsImportContext
- OFormEventsImportContext::OFormEventsImportContext(SvXMLImport& _rImport, sal_uInt16 _nPrefix, const OUString& _rLocalName, IEventAttacher& _rEventAttacher)
- :XMLEventsImportContext(_rImport, _nPrefix, _rLocalName)
+ OFormEventsImportContext::OFormEventsImportContext(SvXMLImport& _rImport, IEventAttacher& _rEventAttacher)
+ :XMLEventsImportContext(_rImport)
,m_rEventAttacher(_rEventAttacher)
{
}