summaryrefslogtreecommitdiff
path: root/include/xmloff/animationexport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 10:32:47 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 12:05:04 +0200
commit1c909a13a0816e20d365000cc527d93e02633b0c (patch)
tree7a402659f9696c01ceeca51c5ddd2127b3b0e815 /include/xmloff/animationexport.hxx
parentd29e614ff9cd91c4e4a1bada6a21884e33323f8d (diff)
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/xmloff/animationexport.hxx')
-rw-r--r--include/xmloff/animationexport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/animationexport.hxx b/include/xmloff/animationexport.hxx
index f6641447563b..4142910edfb2 100644
--- a/include/xmloff/animationexport.hxx
+++ b/include/xmloff/animationexport.hxx
@@ -39,11 +39,11 @@ class XMLOFF_DLLPUBLIC AnimationsExporter : public salhelper::SimpleReferenceObj
AnimationsExporterImpl* mpImpl;
public:
- AnimationsExporter( SvXMLExport& rExport, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xPageProps );
+ AnimationsExporter( SvXMLExport& rExport, const css::uno::Reference< css::beans::XPropertySet >& xPageProps );
virtual ~AnimationsExporter();
- void prepare( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > xRootNode );
- void exportAnimations( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > xRootNode );
+ void prepare( css::uno::Reference< css::animations::XAnimationNode > xRootNode );
+ void exportAnimations( css::uno::Reference< css::animations::XAnimationNode > xRootNode );
};
}