summaryrefslogtreecommitdiff
path: root/test/inc/test/officeconnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/inc/test/officeconnection.hxx')
-rw-r--r--test/inc/test/officeconnection.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/inc/test/officeconnection.hxx b/test/inc/test/officeconnection.hxx
index b46d751f96dd..4c764b1693d0 100644
--- a/test/inc/test/officeconnection.hxx
+++ b/test/inc/test/officeconnection.hxx
@@ -34,8 +34,8 @@
#include "osl/process.h"
#include "test/detail/testdllapi.hxx"
-namespace com { namespace sun { namespace star { namespace lang {
- class XMultiServiceFactory;
+namespace com { namespace sun { namespace star { namespace uno {
+ class XComponentContext;
} } } }
namespace test {
@@ -52,13 +52,13 @@ public:
void tearDown();
- com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >
- getFactory() const;
+ com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
+ getComponentContext() const;
private:
oslProcess process_;
- com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >
- factory_;
+ com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
+ context_;
};
}