summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-10-17 20:24:33 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-10-17 21:42:42 +0200
commit19907c9c39273834bca4cfb62cd6614e9309d969 (patch)
treef271f6e07c5f446bdd0c58f4c885d15530b6e732 /sc
parenteda9daa97d0573cc3a78ae37396e3cd462f8221f (diff)
ScBootstrapFixture: m_xCalcComponent can be private now
Change-Id: Icc505f61f3df0736d33ffe7d5702dffc42dd1d79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141475 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/helper/qahelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx
index 1bc0307b8061..78a3fa1eddda 100644
--- a/sc/qa/unit/helper/qahelper.hxx
+++ b/sc/qa/unit/helper/qahelper.hxx
@@ -207,6 +207,7 @@ protected:
ScDocShellRef loadDoc(
std::u16string_view rFileName, sal_Int32 nFormat, bool bReadWrite = false, bool bCheckErrorCode = true );
+private:
// reference to document interface that we are testing
css::uno::Reference<css::uno::XInterface> m_xCalcComponent;
public: