diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-17 12:17:33 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-17 14:10:53 +0200 |
commit | daa85533cf377a8ec2585f5d45e4d0127f74cdf8 (patch) | |
tree | f82400a4535d1ec0fdc9768fc68b1179963ca632 /sc/qa/unit/functions_test.hxx | |
parent | 8451f4691ebe0e2e6d7d067175b4f0aa548820ba (diff) |
ScBootstrapFixture: Move m_xCalcComponent to parent and use it everywhere
Change-Id: I3422f907cd4ce30f0243eb28847e503446b60b86
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141452
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/unit/functions_test.hxx')
-rw-r--r-- | sc/qa/unit/functions_test.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/qa/unit/functions_test.hxx b/sc/qa/unit/functions_test.hxx index 0964214fbb4f..e33cdec76063 100644 --- a/sc/qa/unit/functions_test.hxx +++ b/sc/qa/unit/functions_test.hxx @@ -30,9 +30,6 @@ public: SfxFilterFlags nFilterFlags, SotClipboardFormatId nClipboardID, unsigned int nFilterVersion) override; - -private: - css::uno::Reference<css::uno::XInterface> m_xCalcComponent; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |