From a2795356608c9de3679ccd3076c7df14cb549d8b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 28 Oct 2015 12:01:32 +0200 Subject: com::sun::star->css in sd Change-Id: Ic0cbc857a3a9c66241b94c30bf8c859435f5a4b4 --- sd/source/ui/animations/CustomAnimationDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/animations/CustomAnimationDialog.cxx') diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 70004faa5350..9103e73bce61 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -1045,7 +1045,7 @@ private: VclPtr mpMFTextDelay; VclPtr mpFTTextDelay; - ::com::sun::star::uno::Reference< ::com::sun::star::media::XPlayer > mxPlayer; + css::uno::Reference< css::media::XPlayer > mxPlayer; }; CustomAnimationEffectTabPage::CustomAnimationEffectTabPage( vcl::Window* pParent, const STLPropertySet* pSet ) -- cgit