diff options
Diffstat (limited to 'oox/source/ppt/animationspersist.cxx')
-rw-r--r-- | oox/source/ppt/animationspersist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/animationspersist.cxx b/oox/source/ppt/animationspersist.cxx index 6b919851da1d..a3bbb4e90363 100644 --- a/oox/source/ppt/animationspersist.cxx +++ b/oox/source/ppt/animationspersist.cxx @@ -35,7 +35,7 @@ using namespace ::com::sun::star::text; namespace oox { namespace ppt { - void ShapeTargetElement::convert( ::com::sun::star::uno::Any & rTarget, sal_Int16 & rSubType ) const + void ShapeTargetElement::convert( css::uno::Any & rTarget, sal_Int16 & rSubType ) const { switch(mnType) { |