summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 17:46:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-10 18:32:07 +0100
commit4a7237cb3130a7f9d6739f670606598f0e836e06 (patch)
treeb03b3fe358b39d032276202b244c6f78db23fe9d /unotools
parent4657286f22f7975b96d37eeaea205fcacfb27ec5 (diff)
Avoid reserved identifier
Change-Id: I6ac0dfb8bb013e8106bdeb9df00aef3abe4d3af6
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index 784c1ed3b7d9..71ad3ca2fe54 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -711,7 +711,7 @@ void SAL_CALL Moderator::onTerminated()
Function for opening UCB contents synchronously,
but with handled timeout;
*/
-static bool _UCBOpenContentSync(
+static bool UCBOpenContentSync_(
UcbLockBytesRef xLockBytes,
Reference < XContent > xContent,
const Command& rArg,
@@ -743,7 +743,7 @@ static bool UCBOpenContentSync(
! aScheme.equalsIgnoreAsciiCase("vnd.sun.star.webdav") &&
! aScheme.equalsIgnoreAsciiCase("vnd.sun.star.webdavs") &&
! aScheme.equalsIgnoreAsciiCase("ftp"))
- return _UCBOpenContentSync(
+ return UCBOpenContentSync_(
xLockBytes,xContent,rArg,xSink,xInteract);
if ( !aScheme.equalsIgnoreAsciiCase( "http" ) &&
@@ -956,7 +956,7 @@ static bool UCBOpenContentSync(
/**
Function for opening UCB contents synchronously
*/
-static bool _UCBOpenContentSync(
+static bool UCBOpenContentSync_(
UcbLockBytesRef xLockBytes,
Reference < XContent > xContent,
const Command& rArg,