summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartRenderer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/ChartRenderer.cxx')
-rw-r--r--chart2/source/controller/main/ChartRenderer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartRenderer.cxx b/chart2/source/controller/main/ChartRenderer.cxx
index 74869c26353b..93d66e9c3121 100644
--- a/chart2/source/controller/main/ChartRenderer.cxx
+++ b/chart2/source/controller/main/ChartRenderer.cxx
@@ -140,7 +140,7 @@ bool ChartRenderer::DoPaint(OutputDevice* pOutDev, const Rectangle& rLogicObject
::sal_Int64 SAL_CALL ChartRenderer::getSomething( const Sequence< ::sal_Int8 >& aIdentifier )
throw( uno::RuntimeException)
{
- if( aIdentifier.getLength() == 16 && 0 == rtl_compareMemory(
+ if( aIdentifier.getLength() == 16 && 0 == memcmp(
ChartPrettyPainter::getUnoTunnelId().getConstArray(),
aIdentifier.getConstArray(), 16 ) )
{