diff options
Diffstat (limited to 'xmloff/inc/animimp.hxx')
-rw-r--r-- | xmloff/inc/animimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/animimp.hxx b/xmloff/inc/animimp.hxx index dd250407c84d..7e795e6021f8 100644 --- a/xmloff/inc/animimp.hxx +++ b/xmloff/inc/animimp.hxx @@ -49,7 +49,7 @@ public: const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList); virtual ~XMLAnimationsContext(); - virtual SvXMLImportContext * CreateChildContext( USHORT nPrefix, const ::rtl::OUString& rLocalName, + virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ); }; |