summaryrefslogtreecommitdiff
path: root/include/unotest/bootstrapfixturebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotest/bootstrapfixturebase.hxx')
-rw-r--r--include/unotest/bootstrapfixturebase.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/unotest/bootstrapfixturebase.hxx b/include/unotest/bootstrapfixturebase.hxx
index f489e71c6398..a5e137c2d0c4 100644
--- a/include/unotest/bootstrapfixturebase.hxx
+++ b/include/unotest/bootstrapfixturebase.hxx
@@ -39,17 +39,17 @@ protected:
OUString m_aWorkdirRootURL;
OUString m_aWorkdirRootPath;
- com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> m_xContext;
- com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> m_xSFactory;
- com::sun::star::uno::Reference<com::sun::star::lang::XMultiComponentFactory> m_xFactory;
+ css::uno::Reference<css::uno::XComponentContext> m_xContext;
+ css::uno::Reference<css::lang::XMultiServiceFactory> m_xSFactory;
+ css::uno::Reference<css::lang::XMultiComponentFactory> m_xFactory;
public:
BootstrapFixtureBase();
virtual ~BootstrapFixtureBase();
- com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>
+ css::uno::Reference<css::uno::XComponentContext>
getComponentContext() { return m_xContext; }
- com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>
+ css::uno::Reference<css::lang::XMultiServiceFactory>
getMultiServiceFactory() { return m_xSFactory; }
OUString getSrcRootURL() { return m_aSrcRootURL; }