summaryrefslogtreecommitdiff
path: root/include/unotest
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-04-11 21:31:43 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-04-12 12:58:50 +0200
commit5830799d5ba3afbb696dc354535fcfd2f10ba059 (patch)
tree4a70705b68daa185c265932d6d47b12ac4914ba3 /include/unotest
parent69fe10662845288c09a05716a93876e2ca95c4bd (diff)
macros_test: use "css" short form
Change-Id: I2e8d8773703df67d090059be8bd9f3c7c7335f78
Diffstat (limited to 'include/unotest')
-rw-r--r--include/unotest/macros_test.hxx4
1 files changed, 2 insertions, 2 deletions
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;
};
}