summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scautoformatobj.cxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-10-14 00:28:18 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-10-14 16:09:37 +0200
commita96b911c112386b1af89115c9a96d4ace9d68326 (patch)
treeb73ec43df26c760f10aba907d2fbaddccf1e4ad0 /sc/qa/extras/scautoformatobj.cxx
parent99e019708609a52ea6b2ad29fc945c4dc4160351 (diff)
CalcUnoApiTest: Move mxComponent to parent and use it everywhere
Change-Id: Ibea7a300b7f302936f872d7133aadafeb13d6d82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141350 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/extras/scautoformatobj.cxx')
-rw-r--r--sc/qa/extras/scautoformatobj.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/qa/extras/scautoformatobj.cxx b/sc/qa/extras/scautoformatobj.cxx
index 76db8c6a3592..c5ef48d7bf16 100644
--- a/sc/qa/extras/scautoformatobj.cxx
+++ b/sc/qa/extras/scautoformatobj.cxx
@@ -79,9 +79,6 @@ public:
CPPUNIT_TEST(testSupportsService);
CPPUNIT_TEST_SUITE_END();
-
-private:
- uno::Reference<lang::XComponent> mxComponent;
};
ScAutoFormatObj::ScAutoFormatObj()