summaryrefslogtreecommitdiffstats
path: root/sw/inc
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2012-07-28 17:56:59 +0200
committerArnaud Versini <arnaud.versini@gmail.com>2012-07-28 17:59:01 +0200
commitdf9b0d2e930eb1f60e429301e5386f742a1676ff (patch)
treee629b4feb1be13fd5b233c4bc9f6687e87ce73de /sw/inc
parenthaving a stab at silencing this warning (diff)
downloadcore-df9b0d2e930eb1f60e429301e5386f742a1676ff.tar.gz
core-df9b0d2e930eb1f60e429301e5386f742a1676ff.zip
Use memcmp insteadof rtl_compareMemory in sw
Change-Id: Ie3a95f628387756d2fa941707bd5e224b41b5720
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unobaseclass.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unobaseclass.hxx b/sw/inc/unobaseclass.hxx
index 94cbf571eeda..74caccc7526c 100644
--- a/sw/inc/unobaseclass.hxx
+++ b/sw/inc/unobaseclass.hxx
@@ -146,7 +146,7 @@ namespace sw {
C *const pThis)
{
if ((rId.getLength() == 16) &&
- (0 == rtl_compareMemory(C::getUnoTunnelId().getConstArray(),
+ (0 == memcmp(C::getUnoTunnelId().getConstArray(),
rId.getConstArray(), 16)))
{
return ::sal::static_int_cast< sal_Int64 >(