summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/transform/EventOASISTContext.cxx2
-rw-r--r--xmloff/source/transform/EventOOoTContext.cxx2
-rw-r--r--xmloff/source/transform/TransformerActions.cxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/transform/EventOASISTContext.cxx b/xmloff/source/transform/EventOASISTContext.cxx
index 0031d1f4efb2..6e8c48bd8c9d 100644
--- a/xmloff/source/transform/EventOASISTContext.cxx
+++ b/xmloff/source/transform/EventOASISTContext.cxx
@@ -66,7 +66,7 @@ XMLTransformerOASISEventMap_Impl::XMLTransformerOASISEventMap_Impl( XMLTransform
if( pInit )
{
XMLTransformerOASISEventMap_Impl::key_type aKey;
- XMLTransformerOASISEventMap_Impl::data_type aData;
+ XMLTransformerOASISEventMap_Impl::mapped_type aData;
while( pInit->m_pOASISName )
{
aKey.m_nPrefix = pInit->m_nOASISPrefix;
diff --git a/xmloff/source/transform/EventOOoTContext.cxx b/xmloff/source/transform/EventOOoTContext.cxx
index 4fcb1674e4de..a40516bc2c9e 100644
--- a/xmloff/source/transform/EventOOoTContext.cxx
+++ b/xmloff/source/transform/EventOOoTContext.cxx
@@ -63,7 +63,7 @@ public:
void XMLTransformerOOoEventMap_Impl::AddMap( XMLTransformerEventMapEntry *pInit )
{
XMLTransformerOOoEventMap_Impl::key_type aKey;
- XMLTransformerOOoEventMap_Impl::data_type aData;
+ XMLTransformerOOoEventMap_Impl::mapped_type aData;
while( pInit->m_pOOoName )
{
aKey = OUString::createFromAscii(pInit->m_pOOoName);
diff --git a/xmloff/source/transform/TransformerActions.cxx b/xmloff/source/transform/TransformerActions.cxx
index 21f9fe93d80e..de8bcc3e8638 100644
--- a/xmloff/source/transform/TransformerActions.cxx
+++ b/xmloff/source/transform/TransformerActions.cxx
@@ -42,7 +42,7 @@ XMLTransformerActions::XMLTransformerActions( XMLTransformerActionInit *pInit )
if( pInit )
{
XMLTransformerActions::key_type aKey;
- XMLTransformerActions::data_type aData;
+ XMLTransformerActions::mapped_type aData;
while( pInit->m_nActionType != XML_TACTION_EOT )
{
aKey.m_nPrefix = pInit->m_nPrefix;
@@ -71,7 +71,7 @@ void XMLTransformerActions::Add( XMLTransformerActionInit *pInit )
if( pInit )
{
XMLTransformerActions::key_type aKey;
- XMLTransformerActions::data_type aData;
+ XMLTransformerActions::mapped_type aData;
while( pInit->m_nActionType != XML_TACTION_EOT )
{
aKey.m_nPrefix = pInit->m_nPrefix;