diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-11 14:43:43 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-13 09:26:29 +0200 |
commit | 52fcfa07078a24fc2229c87f928e2a39ac5635f0 (patch) | |
tree | ebe3cf014b2f2bb8aa21e49bad0ebdc0fe30f748 /xmloff/source/chart | |
parent | 3c3075bdc8c1d425ff7f1e6a94538aab7d6a5db2 (diff) |
remove method without definition
Change-Id: Ia41f28ed31fc254a6785c6444a78822eb969f2f9
Diffstat (limited to 'xmloff/source/chart')
-rw-r--r-- | xmloff/source/chart/SchXMLTableContext.hxx | 5 |
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 ); |