From a99520eb0a0ccb5a03e85c697d38eb6520ec403c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Jul 2015 09:46:23 +0200 Subject: com::sun::star->css in cppcanvas Change-Id: Ibb7493456c20600fe3e823c74af6e572d9577817 Reviewed-on: https://gerrit.libreoffice.org/17379 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cppcanvas/source/uno/uno_mtfrenderer.hxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cppcanvas/source/uno/uno_mtfrenderer.hxx') diff --git a/cppcanvas/source/uno/uno_mtfrenderer.hxx b/cppcanvas/source/uno/uno_mtfrenderer.hxx index 428e9b37e06d..a026a5095f30 100644 --- a/cppcanvas/source/uno/uno_mtfrenderer.hxx +++ b/cppcanvas/source/uno/uno_mtfrenderer.hxx @@ -17,26 +17,26 @@ #include #include -typedef cppu::WeakComponentImplHelper MtfRendererBase; +typedef cppu::WeakComponentImplHelper MtfRendererBase; class MtfRenderer : private cppu::BaseMutex, public MtfRendererBase { public: - MtfRenderer (com::sun::star::uno::Sequence const& args, - com::sun::star::uno::Reference const&); + MtfRenderer (css::uno::Sequence const& args, + css::uno::Reference const&); // XMtfRenderer iface - void SAL_CALL setMetafile (const ::com::sun::star::uno::Sequence< sal_Int8 >& rMtf) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; - void SAL_CALL draw (double fScaleX, double fScaleY) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; + void SAL_CALL setMetafile (const css::uno::Sequence< sal_Int8 >& rMtf) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; + void SAL_CALL draw (double fScaleX, double fScaleY) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // XFastPropertySet // setFastPropertyValue (0, GDIMetaFile*) is used to speedup the rendering - virtual ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue(sal_Int32 /*nHandle*/) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE { return ::com::sun::star::uno::Any(); } - virtual void SAL_CALL setFastPropertyValue(sal_Int32 nHandle, const ::com::sun::star::uno::Any&) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; + virtual css::uno::Any SAL_CALL getFastPropertyValue(sal_Int32 /*nHandle*/) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE { return css::uno::Any(); } + virtual void SAL_CALL setFastPropertyValue(sal_Int32 nHandle, const css::uno::Any&) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; private: GDIMetaFile* mpMetafile; - com::sun::star::uno::Reference mxCanvas; + css::uno::Reference mxCanvas; }; #endif -- cgit v1.2.1