summaryrefslogtreecommitdiff
path: root/test/source/sheet
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet')
-rw-r--r--test/source/sheet/xsheetcellrange.cxx1
-rw-r--r--test/source/sheet/xsheetcellrangecontainer.cxx1
-rw-r--r--test/source/sheet/xsheetcellranges.cxx1
-rw-r--r--test/source/sheet/xsheetcondition.cxx1
-rw-r--r--test/source/sheet/xsheetconditionalentries.cxx1
-rw-r--r--test/source/sheet/xsheetconditionalentry.cxx1
6 files changed, 0 insertions, 6 deletions
diff --git a/test/source/sheet/xsheetcellrange.cxx b/test/source/sheet/xsheetcellrange.cxx
index 46f0e64b0e8e..660bba5963a0 100644
--- a/test/source/sheet/xsheetcellrange.cxx
+++ b/test/source/sheet/xsheetcellrange.cxx
@@ -21,7 +21,6 @@ using namespace com::sun::star::uno;
namespace apitest
{
-
void XSheetCellRange::testGetSpreadsheet()
{
uno::Reference<sheet::XSheetCellRange> xSheetCellRange(init(), UNO_QUERY_THROW);
diff --git a/test/source/sheet/xsheetcellrangecontainer.cxx b/test/source/sheet/xsheetcellrangecontainer.cxx
index 05e630ab3f6e..be3c7453a2a0 100644
--- a/test/source/sheet/xsheetcellrangecontainer.cxx
+++ b/test/source/sheet/xsheetcellrangecontainer.cxx
@@ -22,7 +22,6 @@ using namespace com::sun::star::uno;
namespace apitest
{
-
void XSheetCellRangeContainer::testAddRemoveRangeAddress()
{
uno::Reference<sheet::XSheetCellRangeContainer> xSCRC(init(), UNO_QUERY_THROW);
diff --git a/test/source/sheet/xsheetcellranges.cxx b/test/source/sheet/xsheetcellranges.cxx
index 046541d02c23..cf785634b3a5 100644
--- a/test/source/sheet/xsheetcellranges.cxx
+++ b/test/source/sheet/xsheetcellranges.cxx
@@ -24,7 +24,6 @@ using namespace com::sun::star::uno;
namespace apitest
{
-
void XSheetCellRanges::testGetCells()
{
uno::Reference<sheet::XSheetCellRanges> xSheetCellRanges(init(), UNO_QUERY_THROW);
diff --git a/test/source/sheet/xsheetcondition.cxx b/test/source/sheet/xsheetcondition.cxx
index 402902700a79..a5bc07079b71 100644
--- a/test/source/sheet/xsheetcondition.cxx
+++ b/test/source/sheet/xsheetcondition.cxx
@@ -22,7 +22,6 @@ using namespace com::sun::star::uno;
namespace apitest
{
-
void XSheetCondition::testGetSetFormula1()
{
uno::Reference<sheet::XSheetCondition> xSheetCondition(init(), UNO_QUERY_THROW);
diff --git a/test/source/sheet/xsheetconditionalentries.cxx b/test/source/sheet/xsheetconditionalentries.cxx
index b464303310cc..2d50310fec34 100644
--- a/test/source/sheet/xsheetconditionalentries.cxx
+++ b/test/source/sheet/xsheetconditionalentries.cxx
@@ -23,7 +23,6 @@ using namespace com::sun::star::uno;
namespace apitest
{
-
void XSheetConditionalEntries::testAddNew()
{
uno::Reference<sheet::XSheetConditionalEntries> xSheetConditionalEntries(init(),
diff --git a/test/source/sheet/xsheetconditionalentry.cxx b/test/source/sheet/xsheetconditionalentry.cxx
index e72c95a12129..d5a4e51af0f9 100644
--- a/test/source/sheet/xsheetconditionalentry.cxx
+++ b/test/source/sheet/xsheetconditionalentry.cxx
@@ -20,7 +20,6 @@ using namespace com::sun::star::uno;
namespace apitest
{
-
void XSheetConditionalEntry::testGetSetStyleName()
{
uno::Reference<sheet::XSheetConditionalEntry> xSheetConditionalEntry(init(), UNO_QUERY_THROW);