summaryrefslogtreecommitdiffstats
path: root/sc/qa
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-03-20 20:01:20 +0200
committerTor Lillqvist <tml@collabora.com>2016-03-20 20:01:20 +0200
commit1ed0091c91d17f3f3cf28d41e15225bc1cb33a92 (patch)
treed6cc5c559ba8fab781af4e8b7b1c11e509a022ca /sc/qa
parentBASIC: Calling SbxDimArray::Clear should also call SbxArray. (diff)
downloadcore-1ed0091c91d17f3f3cf28d41e15225bc1cb33a92.tar.gz
core-1ed0091c91d17f3f3cf28d41e15225bc1cb33a92.zip
-Werror,-Winconsistent-missing-override
Change-Id: Ic197ab65be361ae3e642da2e20da4aba5cb93a74
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/extras/check_data_pilot_field.cxx3
-rw-r--r--sc/qa/extras/check_data_pilot_table.cxx2
2 files changed, 3 insertions, 2 deletions
diff --git a/sc/qa/extras/check_data_pilot_field.cxx b/sc/qa/extras/check_data_pilot_field.cxx
index eb0b12af34dd..b0e7181e49b4 100644
--- a/sc/qa/extras/check_data_pilot_field.cxx
+++ b/sc/qa/extras/check_data_pilot_field.cxx
@@ -41,7 +41,8 @@ class CheckDataPilotField : public CalcUnoApiTest, public apitest::XNamed, publi
virtual void setUp() override;
virtual void tearDown() override;
- uno::Reference< uno::XInterface > init();
+ uno::Reference< uno::XInterface > init() override;
+
CPPUNIT_TEST_SUITE(CheckDataPilotField);
// _XNamed
diff --git a/sc/qa/extras/check_data_pilot_table.cxx b/sc/qa/extras/check_data_pilot_table.cxx
index 70dbbbeab742..e87069998b8d 100644
--- a/sc/qa/extras/check_data_pilot_table.cxx
+++ b/sc/qa/extras/check_data_pilot_table.cxx
@@ -43,7 +43,7 @@ public:
virtual void setUp() override;
virtual void tearDown() override;
- uno::Reference< uno::XInterface > init();
+ uno::Reference< uno::XInterface > init() override;
CPPUNIT_TEST_SUITE(CheckDataPilotTable);
// _XNamed