summaryrefslogtreecommitdiff
path: root/include/unotest/officeconnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotest/officeconnection.hxx')
-rw-r--r--include/unotest/officeconnection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotest/officeconnection.hxx b/include/unotest/officeconnection.hxx
index 844c61bae55a..eb00d261a299 100644
--- a/include/unotest/officeconnection.hxx
+++ b/include/unotest/officeconnection.hxx
@@ -45,7 +45,7 @@ public:
void tearDown();
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
+ css::uno::Reference< css::uno::XComponentContext >
getComponentContext() const { return context_;}
// Must not be called before setUp or after tearDown:
@@ -53,7 +53,7 @@ public:
private:
oslProcess process_;
- com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
+ css::uno::Reference< css::uno::XComponentContext >
context_;
};