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 6ef4ff484539..15272dfc5963 100644
--- a/chart2/source/controller/main/ChartDropTargetHelper.cxx
+++ b/chart2/source/controller/main/ChartDropTargetHelper.cxx
@@ -40,7 +40,7 @@ std::vector< OUString > lcl_getStringsFromByteSequence(
{
std::vector< OUString > aResult;
const sal_Int32 nLength = aByteSequence.getLength();
- const sal_Char * pBytes( reinterpret_cast< const sal_Char* >( aByteSequence.getConstArray()));
+ const char * pBytes( reinterpret_cast< const char* >( aByteSequence.getConstArray()));
sal_Int32 nStartPos = 0;
for( sal_Int32 nPos=0; nPos<nLength; ++nPos )
{