summaryrefslogtreecommitdiffstats
path: root/include/unotest
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 11:49:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-09 11:49:15 +0100
commit68c656a130d78322e7098478ff7ad5bdcabc2645 (patch)
tree8045f33ca9d6bfc0c8cb0bd5671941d80b789909 /include/unotest
parentRevert "Add --with-prebuilt-openssl" (diff)
downloadcore-68c656a130d78322e7098478ff7ad5bdcabc2645.tar.gz
core-68c656a130d78322e7098478ff7ad5bdcabc2645.zip
These members can be private
Change-Id: I424eb3ce7301fea29c081fd698fd32b84ba29df3
Diffstat (limited to 'include/unotest')
-rw-r--r--include/unotest/bootstrapfixturebase.hxx3
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;