summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-17 22:36:29 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-17 22:44:43 +0900
commit9902f0ee3d7b22e4984be7225370fb552da03838 (patch)
tree69d7fa35977328f6a605cc389177ab4ee353bedc /chart2
parentac6833f97921981050722bee3d3cfa13f0897566 (diff)
removed unused const rtl::OUString
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/tools/ObjectIdentifier.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/tools/ObjectIdentifier.cxx b/chart2/source/tools/ObjectIdentifier.cxx
index 39a0135ac185..b394da1429c3 100644
--- a/chart2/source/tools/ObjectIdentifier.cxx
+++ b/chart2/source/tools/ObjectIdentifier.cxx
@@ -634,7 +634,6 @@ bool ObjectIdentifier::parsePieSegmentDragParameterString(
, awt::Point& rMinimumPosition
, awt::Point& rMaximumPosition )
{
- OUString aValue;
sal_Int32 nCharacterIndex = 0;
OUString aValueString( rDragParameterString.getToken( 0, ',', nCharacterIndex ) );