summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ChartModelHelper.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 11:04:33 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 11:04:33 +0000
commit135be1494cf85f3bf10e1dda663cb05f82a28ffd (patch)
treecf53f712eecd9b109eadf75b3ce8287af921cc22 /chart2/source/tools/ChartModelHelper.cxx
parentc5f6b722e0751b7793f7d108ff0ca7c5667e96ec (diff)
INTEGRATION: CWS chart17 (1.10.54); FILE MERGED
2007/11/05 14:15:46 iha 1.10.54.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels
Diffstat (limited to 'chart2/source/tools/ChartModelHelper.cxx')
-rw-r--r--chart2/source/tools/ChartModelHelper.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/chart2/source/tools/ChartModelHelper.cxx b/chart2/source/tools/ChartModelHelper.cxx
index 8b726c450366..1ec1829202c1 100644
--- a/chart2/source/tools/ChartModelHelper.cxx
+++ b/chart2/source/tools/ChartModelHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ChartModelHelper.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2007-06-11 15:01:42 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 12:04:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -129,14 +129,6 @@ uno::Reference< XChartType > ChartModelHelper::getChartTypeOfSeries(
return DiagramHelper::getChartTypeOfSeries( ChartModelHelper::findDiagram( xModel ), xGivenDataSeries );
}
-//static
-uno::Reference< XCoordinateSystem > ChartModelHelper::getCoordinateSystemOfChartType(
- const uno::Reference< frame::XModel >& xModel
- , const uno::Reference< XChartType >& xGivenChartType )
-{
- return DiagramHelper::getCoordinateSystemOfChartType( ChartModelHelper::findDiagram( xModel ), xGivenChartType );
-}
-
awt::Size ChartModelHelper::getPageSize( const uno::Reference< frame::XModel >& xModel )
{
awt::Size aPageSize( 8000, 7000 );