summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartDropTargetHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/ChartDropTargetHelper.cxx')
-rw-r--r--chart2/source/controller/main/ChartDropTargetHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartDropTargetHelper.cxx b/chart2/source/controller/main/ChartDropTargetHelper.cxx
index 007bbf1b4c54..17d413aee3be 100644
--- a/chart2/source/controller/main/ChartDropTargetHelper.cxx
+++ b/chart2/source/controller/main/ChartDropTargetHelper.cxx
@@ -150,7 +150,7 @@ sal_Int8 ChartDropTargetHelper::ExecuteDrop( const ExecuteDropEvent& rEvt )
beans::PropertyValue * pCellRange = 0;
for( sal_Int32 i=0; i<aArguments.getLength(); ++i )
{
- if( aArguments[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CellRangeRepresentation")))
+ if ( aArguments[i].Name == "CellRangeRepresentation" )
{
pCellRange = (aArguments.getArray() + i);
aArguments[i].Value >>= aOldRange;