diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 11:49:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 11:49:15 +0100 |
commit | 68c656a130d78322e7098478ff7ad5bdcabc2645 (patch) | |
tree | 8045f33ca9d6bfc0c8cb0bd5671941d80b789909 /include/unotest | |
parent | b04a27ad6fa1088cc6887ccadab3165c43dfab02 (diff) |
These members can be private
Change-Id: I424eb3ce7301fea29c081fd698fd32b84ba29df3
Diffstat (limited to 'include/unotest')
-rw-r--r-- | include/unotest/bootstrapfixturebase.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unotest/bootstrapfixturebase.hxx b/include/unotest/bootstrapfixturebase.hxx index 388796bb20e1..812cc588f132 100644 --- a/include/unotest/bootstrapfixturebase.hxx +++ b/include/unotest/bootstrapfixturebase.hxx @@ -33,12 +33,13 @@ namespace test { // run of unit tests ... class OOO_DLLPUBLIC_UNOTEST BootstrapFixtureBase : public CppUnit::TestFixture { -protected: +private: OUString m_aSrcRootURL; OUString m_aSrcRootPath; OUString m_aWorkdirRootURL; OUString m_aWorkdirRootPath; +protected: css::uno::Reference<css::uno::XComponentContext> m_xContext; css::uno::Reference<css::lang::XMultiServiceFactory> m_xSFactory; css::uno::Reference<css::lang::XMultiComponentFactory> m_xFactory; |