include/unotest/bootstrapfixturebase.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 68c656a130d78322e7098478ff7ad5bdcabc2645 Author: Stephan Bergmann <[email protected]> Date: Wed Mar 9 11:49:15 2016 +0100 These members can be private Change-Id: I424eb3ce7301fea29c081fd698fd32b84ba29df3 diff --git a/include/unotest/bootstrapfixturebase.hxx b/include/unotest/bootstrapfixturebase.hxx index 388796b..812cc58 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
