diff options
Diffstat (limited to 'include/xmloff/animexp.hxx')
-rw-r--r-- | include/xmloff/animexp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/animexp.hxx b/include/xmloff/animexp.hxx index b5a575c05d2e..3b44a18370fe 100644 --- a/include/xmloff/animexp.hxx +++ b/include/xmloff/animexp.hxx @@ -35,8 +35,8 @@ public: XMLAnimationsExporter( XMLShapeExport* pShapeExp ); virtual ~XMLAnimationsExporter(); - void prepare( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape, SvXMLExport& rExport ); - void collect( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape, SvXMLExport& rExport ); + void prepare( css::uno::Reference< css::drawing::XShape > xShape, SvXMLExport& rExport ); + void collect( css::uno::Reference< css::drawing::XShape > xShape, SvXMLExport& rExport ); void exportAnimations( SvXMLExport& rExport ); }; |