summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/transporttypes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-19 10:43:16 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 10:01:23 +0000
commite9af29ba8328cad918c5146e3cb1be0a72ebd791 (patch)
treebd90d8abd4bdcb3593410d845e0058745318a03f /xmloff/source/chart/transporttypes.hxx
parente94deb06391f516ee9c1fa019b3521e222a5615b (diff)
loplugin:unusedmethods in writerfilter to xmloff
Change-Id: If95890eff0f785111e8b511ac1d5481c6910f099 Reviewed-on: https://gerrit.libreoffice.org/25148 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/source/chart/transporttypes.hxx')
-rw-r--r--xmloff/source/chart/transporttypes.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index a384e2138e8c..b1657a82dd37 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -89,23 +89,6 @@ typedef ::std::multimap< tSchXMLIndexWithPart,
bool operator < ( const tSchXMLIndexWithPart & rFirst, const tSchXMLIndexWithPart & rSecond );
-struct SchNumericCellRangeAddress
-{
- sal_Int32 nRow1, nRow2;
- sal_Int32 nCol1, nCol2;
-
- SchNumericCellRangeAddress() :
- nRow1( -1 ), nRow2( -1 ),
- nCol1( -1 ), nCol2( -1 )
- {}
-
- SchNumericCellRangeAddress( const SchNumericCellRangeAddress& aOther )
- {
- nRow1 = aOther.nRow1; nRow2 = aOther.nRow2;
- nCol1 = aOther.nCol1; nCol2 = aOther.nCol2;
- }
-};
-
enum SchXMLAxisDimension
{
SCH_XML_AXIS_X = 0,