summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2010-01-13 10:27:55 +0100
committerTobias Krause <tkr@openoffice.org>2010-01-13 10:27:55 +0100
commitace0b021d54c32376c7d3219295b0b5a245657f3 (patch)
tree0ac903cfa4948a668b26bcb835d99a681ac24516 /ucb/source
parent21a86a8c6c223da15deaa99bf874d29ad19390b9 (diff)
tkr33: #107136# unused return value removed
Diffstat (limited to 'ucb/source')
-rw-r--r--ucb/source/core/ucb.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx
index 84ea5e04c635..fe20f6e5b23a 100644
--- a/ucb/source/core/ucb.cxx
+++ b/ucb/source/core/ucb.cxx
@@ -766,9 +766,9 @@ void UniversalContentBroker::prepareAndRegister(
m_aArguments,
&aProviderArguments))
{
- bool bSuccess = registerAtUcb(this,
- m_xSMgr,
- aIt->ServiceName,
+ registerAtUcb(this,
+ m_xSMgr,
+ aIt->ServiceName,
aProviderArguments,
aIt->URLTemplate,
0);