diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-15 16:08:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-15 16:10:54 +0200 |
commit | c21f2497c6339f0c456e4a0dae24962bfbb5eda3 (patch) | |
tree | 76c69aacafe70fcefe1c170e6fefbd969ccaf6ba /sc/qa/extras | |
parent | 0cc8a2bb7e6606a58c2c9c52c92b86e7903f8496 (diff) |
Clean up function declarations and enable some forgotten(?) tests
Change-Id: I0e0d05a5b226b5c59798345f402f8a7724d2689a
Diffstat (limited to 'sc/qa/extras')
-rw-r--r-- | sc/qa/extras/scannotationobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/scannotationsobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/sccellrangeobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/scdatabaserangeobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/scdatapilotfieldobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/scdatapilottableobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/sceditfieldobj-cell.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/sceditfieldobj-header.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/scmodelobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/scnamedrangeobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/scnamedrangesobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/scoutlineobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/sctablesheetobj.cxx | 4 | ||||
-rw-r--r-- | sc/qa/extras/sctablesheetsobj.cxx | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/sc/qa/extras/scannotationobj.cxx b/sc/qa/extras/scannotationobj.cxx index 36d6e1719015..00933c8e8a86 100644 --- a/sc/qa/extras/scannotationobj.cxx +++ b/sc/qa/extras/scannotationobj.cxx @@ -112,8 +112,8 @@ void ScAnnontationObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScAnnontationObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/scannotationsobj.cxx b/sc/qa/extras/scannotationsobj.cxx index ab8d142c46cb..49874b13feed 100644 --- a/sc/qa/extras/scannotationsobj.cxx +++ b/sc/qa/extras/scannotationsobj.cxx @@ -95,8 +95,8 @@ void ScAnnontationsObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScAnnontationsObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/sccellrangeobj.cxx b/sc/qa/extras/sccellrangeobj.cxx index 91292bdddd28..59d9986322b3 100644 --- a/sc/qa/extras/sccellrangeobj.cxx +++ b/sc/qa/extras/sccellrangeobj.cxx @@ -126,8 +126,8 @@ void ScCellRangeObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScCellRangeObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/scdatabaserangeobj.cxx b/sc/qa/extras/scdatabaserangeobj.cxx index 9ed261b3af9b..6665ea9cb189 100644 --- a/sc/qa/extras/scdatabaserangeobj.cxx +++ b/sc/qa/extras/scdatabaserangeobj.cxx @@ -85,8 +85,8 @@ void ScDatabaseRangeObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScDatabaseRangeObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/scdatapilotfieldobj.cxx b/sc/qa/extras/scdatapilotfieldobj.cxx index da8957e198c5..df28860fc5b4 100644 --- a/sc/qa/extras/scdatapilotfieldobj.cxx +++ b/sc/qa/extras/scdatapilotfieldobj.cxx @@ -101,8 +101,8 @@ void ScDataPilotFieldObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScDataPilotFieldObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/scdatapilottableobj.cxx b/sc/qa/extras/scdatapilottableobj.cxx index f5c1ebfbbcc2..d21069166f78 100644 --- a/sc/qa/extras/scdatapilottableobj.cxx +++ b/sc/qa/extras/scdatapilottableobj.cxx @@ -155,8 +155,8 @@ void ScDataPilotTableObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScDataPilotTableObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/sceditfieldobj-cell.cxx b/sc/qa/extras/sceditfieldobj-cell.cxx index 49a258399ea7..39ea41c94fe3 100644 --- a/sc/qa/extras/sceditfieldobj-cell.cxx +++ b/sc/qa/extras/sceditfieldobj-cell.cxx @@ -191,8 +191,8 @@ void ScEditFieldObj_Cell::testEditFieldProperties() CPPUNIT_TEST_SUITE_REGISTRATION(ScEditFieldObj_Cell); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/sceditfieldobj-header.cxx b/sc/qa/extras/sceditfieldobj-header.cxx index b596b8cad9f9..47ec24ce66e1 100644 --- a/sc/qa/extras/sceditfieldobj-header.cxx +++ b/sc/qa/extras/sceditfieldobj-header.cxx @@ -145,8 +145,8 @@ uno::Reference<text::XTextRange> ScEditFieldObj_Header::getTextRange() CPPUNIT_TEST_SUITE_REGISTRATION(ScEditFieldObj_Header); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/scmodelobj.cxx b/sc/qa/extras/scmodelobj.cxx index ef12e33bcfd9..65b2ee07af5a 100644 --- a/sc/qa/extras/scmodelobj.cxx +++ b/sc/qa/extras/scmodelobj.cxx @@ -71,8 +71,8 @@ void ScModelObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScModelObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/scnamedrangeobj.cxx b/sc/qa/extras/scnamedrangeobj.cxx index cb17c6ccd2ae..9ceb7db1a94c 100644 --- a/sc/qa/extras/scnamedrangeobj.cxx +++ b/sc/qa/extras/scnamedrangeobj.cxx @@ -109,8 +109,8 @@ void ScNamedRangeObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScNamedRangeObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/scnamedrangesobj.cxx b/sc/qa/extras/scnamedrangesobj.cxx index f1a20c8087dd..948c3fdf2ea4 100644 --- a/sc/qa/extras/scnamedrangesobj.cxx +++ b/sc/qa/extras/scnamedrangesobj.cxx @@ -87,8 +87,8 @@ void ScNamedRangesObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScNamedRangesObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/scoutlineobj.cxx b/sc/qa/extras/scoutlineobj.cxx index 476a2c0cfb28..51d7d2837117 100644 --- a/sc/qa/extras/scoutlineobj.cxx +++ b/sc/qa/extras/scoutlineobj.cxx @@ -86,8 +86,8 @@ void ScOutlineObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScOutlineObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/sctablesheetobj.cxx b/sc/qa/extras/sctablesheetobj.cxx index 22d2cde920ff..89e82187131d 100644 --- a/sc/qa/extras/sctablesheetobj.cxx +++ b/sc/qa/extras/sctablesheetobj.cxx @@ -72,8 +72,8 @@ uno::Reference< uno::XInterface > ScTableSheetObj::init() CPPUNIT_TEST_SUITE_REGISTRATION(ScTableSheetObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/qa/extras/sctablesheetsobj.cxx b/sc/qa/extras/sctablesheetsobj.cxx index 58c505ca74d8..8db4a5dc6990 100644 --- a/sc/qa/extras/sctablesheetsobj.cxx +++ b/sc/qa/extras/sctablesheetsobj.cxx @@ -109,8 +109,8 @@ void ScTableSheetsObj::tearDown() CPPUNIT_TEST_SUITE_REGISTRATION(ScTableSheetsObj); -CPPUNIT_PLUGIN_IMPLEMENT(); - } +CPPUNIT_PLUGIN_IMPLEMENT(); + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |