summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-02-06 21:05:42 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-02-07 09:13:50 +0100
commit75a7932bb4e5732467eb976046d6d9aab5d20640 (patch)
treefeff53d298a357d4f6b7d2f98d2a4988a1ebaaff /include/test
parent3fd32d48bf7d59175c59a224cf7a481eee5c158a (diff)
test: move component context from subclasses to BootstrapFixture
To avoid duplication. Change-Id: I0ee7c26d5d55bd868ead04c77e7f4ef2582f90e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88138 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/bootstrapfixture.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/test/bootstrapfixture.hxx b/include/test/bootstrapfixture.hxx
index e93a6a583b43..590c9a7f7e93 100644
--- a/include/test/bootstrapfixture.hxx
+++ b/include/test/bootstrapfixture.hxx
@@ -45,6 +45,9 @@ class OOO_DLLPUBLIC_TEST BootstrapFixture : public BootstrapFixtureBase
bool const m_bNeedUCB;
bool const m_bAssertOnDialog;
+protected:
+ css::uno::Reference<css::uno::XComponentContext> mxComponentContext;
+
public:
DECL_STATIC_LINK( BootstrapFixture, ImplInitFilterHdl, ConvertData&, bool );