summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlitem.cxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2011-03-22 17:38:22 +0100
committerVladimir Glazunov <vg@openoffice.org>2011-03-22 17:38:22 +0100
commit81b6e47acf8549f865f7bb365976d192e07abfb8 (patch)
treecbdb6b251ac715bbcdbaaf0d5b40381a4dbfe2d1 /sw/source/filter/xml/xmlitem.cxx
parentcf8775536c487590c5c698511289e2dd7bb084b4 (diff)
parentea129aa54826091152b59817a295ed0c7075b3bd (diff)
CWS-TOOLING: integrate CWS sw34bf04
Notes
split repo tag: writer_ooo/DEV300_m104
Diffstat (limited to 'sw/source/filter/xml/xmlitem.cxx')
-rw-r--r--sw/source/filter/xml/xmlitem.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmlitem.cxx b/sw/source/filter/xml/xmlitem.cxx
index bc040877cee6..86d1880df0b9 100644
--- a/sw/source/filter/xml/xmlitem.cxx
+++ b/sw/source/filter/xml/xmlitem.cxx
@@ -39,15 +39,14 @@ SvXMLItemSetContext::SvXMLItemSetContext( SvXMLImport& rImp, sal_uInt16 nPrfx,
const OUString& rLName,
const uno::Reference< xml::sax::XAttributeList >& xAttrList,
SfxItemSet& rISet,
- const SvXMLImportItemMapper& rIMap,
+ SvXMLImportItemMapper& rIMap,
const SvXMLUnitConverter& rUnitConverter ):
SvXMLImportContext( rImp, nPrfx, rLName ),
rItemSet( rISet ),
rIMapper( rIMap ),
rUnitConv( rUnitConverter )
-
{
- rIMapper.importXML( rItemSet, xAttrList, rUnitConv,
+ rIMap.importXML( rItemSet, xAttrList, rUnitConv,
GetImport().GetNamespaceMap() );
}