From 5830799d5ba3afbb696dc354535fcfd2f10ba059 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Fri, 11 Apr 2014 21:31:43 +0200 Subject: macros_test: use "css" short form Change-Id: I2e8d8773703df67d090059be8bd9f3c7c7335f78 --- include/unotest/macros_test.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/unotest/macros_test.hxx') diff --git a/include/unotest/macros_test.hxx b/include/unotest/macros_test.hxx index d995246f5b93..12108baa721b 100644 --- a/include/unotest/macros_test.hxx +++ b/include/unotest/macros_test.hxx @@ -27,10 +27,10 @@ namespace unotest { class OOO_DLLPUBLIC_UNOTEST MacrosTest { public: - com::sun::star::uno::Reference< com::sun::star::lang::XComponent > loadFromDesktop(const OUString& rURL, const OUString& rDocService = OUString() ); + css::uno::Reference< css::lang::XComponent > loadFromDesktop(const OUString& rURL, const OUString& rDocService = OUString() ); protected: - com::sun::star::uno::Reference< com::sun::star::frame::XDesktop2> mxDesktop; + css::uno::Reference< css::frame::XDesktop2> mxDesktop; }; } -- cgit