sc/qa/unit/helper/qahelper.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 19907c9c39273834bca4cfb62cd6614e9309d969
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Mon Oct 17 20:24:33 2022 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Oct 17 21:42:42 2022 +0200

    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 <xiscofa...@libreoffice.org>

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:

Reply via email to