summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/transporttypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/transporttypes.hxx')
-rw-r--r--xmloff/source/chart/transporttypes.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index 65afd19eaa27..0060154a47ae 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -89,8 +89,6 @@ typedef ::std::multimap< tSchXMLIndexWithPart,
bool operator < ( const tSchXMLIndexWithPart & rFirst, const tSchXMLIndexWithPart & rSecond );
-// ----------------------------------------
-
struct SchNumericCellRangeAddress
{
sal_Int32 nRow1, nRow2;
@@ -108,8 +106,6 @@ struct SchNumericCellRangeAddress
}
};
-// ----------------------------------------
-
enum SchXMLAxisDimension
{
SCH_XML_AXIS_X = 0,
@@ -129,8 +125,6 @@ struct SchXMLAxis
SchXMLAxis() : eDimension( SCH_XML_AXIS_UNDEF ), nAxisIndex( 0 ), bHasCategories( false ) {}
};
-// ----------------------------------------
-
struct GlobalSeriesImportInfo
{
GlobalSeriesImportInfo( sal_Bool& rAllRangeAddressesAvailable )