From 1ed0091c91d17f3f3cf28d41e15225bc1cb33a92 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 20 Mar 2016 20:01:20 +0200 Subject: -Werror,-Winconsistent-missing-override Change-Id: Ic197ab65be361ae3e642da2e20da4aba5cb93a74 --- sc/qa/extras/check_data_pilot_table.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa/extras/check_data_pilot_table.cxx') 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 -- cgit