diff options
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/animations.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/animations.hxx b/xmloff/inc/animations.hxx index 935ebf0396f7..6ab3cd903a1e 100644 --- a/xmloff/inc/animations.hxx +++ b/xmloff/inc/animations.hxx @@ -45,7 +45,7 @@ extern const SvXMLEnumMapEntry<sal_Int16> aAnimations_EnumMap_Command[]; struct ImplAttributeNameConversion { token::XMLTokenEnum meXMLToken; - const char* mpAPIName; + OUString maAPIName; }; extern const struct ImplAttributeNameConversion* getAnimationAttributeNamesConversionList(); |