summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-31 01:55:37 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-31 01:56:28 +0900
commitbb9f73045879293f5fcea1dd0e205efb84c07781 (patch)
treec17b31c5b58efc4923b953f494ad314043c8e897 /chart2
parent292466e0c2cdbde7547c968d1e1c480a7801836d (diff)
nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx3
-rw-r--r--chart2/source/view/main/ChartView.cxx1
2 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
index 0e29dfe88a35..f85da83f6375 100644
--- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
@@ -69,7 +69,6 @@
#include "UserDefinedProperties.hxx"
#include "SceneProperties.hxx"
-#include <map>
#include <algorithm>
#include <rtl/ustrbuf.hxx>
#include <com/sun/star/lang/XServiceName.hpp>
@@ -497,8 +496,6 @@ sal_Int32 lcl_getNewAPIIndexForOldAPIIndex(
return nNewAPIIndex;
}
-typedef ::std::map< OUString, OUString > tChartTypeMap;
-
OUString lcl_getDiagramType( const OUString & rTemplateServiceName )
{
const OUString aPrefix("com.sun.star.chart2.template.");
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 9020d7bf5266..15133eec35e5 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -455,7 +455,6 @@ VCoordinateSystem* lcl_getCooSysForPlotter( const std::vector< VCoordinateSystem
}
typedef std::pair< sal_Int32, sal_Int32 > tFullAxisIndex; //first index is the dimension, second index is the axis index that indicates whether this is a main or secondary axis
-typedef std::pair< VCoordinateSystem* , tFullAxisIndex > tFullCoordinateSystem;
typedef std::map< VCoordinateSystem*, tFullAxisIndex > tCoordinateSystemMap;
struct AxisUsage