summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-11 14:43:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-13 09:26:29 +0200
commit52fcfa07078a24fc2229c87f928e2a39ac5635f0 (patch)
treeebe3cf014b2f2bb8aa21e49bad0ebdc0fe30f748 /xmloff
parent3c3075bdc8c1d425ff7f1e6a94538aab7d6a5db2 (diff)
remove method without definition
Change-Id: Ia41f28ed31fc254a6785c6444a78822eb969f2f9
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/SchXMLTableContext.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/source/chart/SchXMLTableContext.hxx b/xmloff/source/chart/SchXMLTableContext.hxx
index 1d06dd50c613..20b87b563fad 100644
--- a/xmloff/source/chart/SchXMLTableContext.hxx
+++ b/xmloff/source/chart/SchXMLTableContext.hxx
@@ -73,11 +73,6 @@ class SchXMLTableHelper
private:
static void GetCellAddress( const OUString& rStr, sal_Int32& rCol, sal_Int32& rRow );
static sal_Bool GetCellRangeAddress( const OUString& rStr, SchNumericCellRangeAddress& rResult );
- static void PutTableContentIntoSequence(
- const SchXMLTable& rTable,
- SchNumericCellRangeAddress& rAddress,
- sal_Int32 nSeriesIndex,
- com::sun::star::uno::Sequence< com::sun::star::uno::Sequence< double > >& aSequence );
static void AdjustMax( const SchNumericCellRangeAddress& rAddr,
sal_Int32& nRows, sal_Int32& nColumns );