diff options
Diffstat (limited to 'oox/source/ppt/commontimenodecontext.cxx')
-rw-r--r-- | oox/source/ppt/commontimenodecontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/commontimenodecontext.cxx b/oox/source/ppt/commontimenodecontext.cxx index 40dcd4980583..291727a5e1aa 100644 --- a/oox/source/ppt/commontimenodecontext.cxx +++ b/oox/source/ppt/commontimenodecontext.cxx @@ -389,7 +389,7 @@ static OUString getConvertedSubType( sal_Int16 nPresetClass, sal_Int32 nPresetId sal_Int32 nInt; // some temporary int value for float conversions NodePropertyMap & aProps = pNode->getNodeProperties(); - PropertyMap & aUserData = pNode->getUserData(); + TimeNode::UserDataMap & aUserData = pNode->getUserData(); if( attribs.hasAttribute( XML_accel ) ) { |