diff options
author | Tobias Krause <tkr@openoffice.org> | 2010-01-13 10:27:55 +0100 |
---|---|---|
committer | Tobias Krause <tkr@openoffice.org> | 2010-01-13 10:27:55 +0100 |
commit | ace0b021d54c32376c7d3219295b0b5a245657f3 (patch) | |
tree | 0ac903cfa4948a668b26bcb835d99a681ac24516 /ucb/source | |
parent | 21a86a8c6c223da15deaa99bf874d29ad19390b9 (diff) |
tkr33: #107136# unused return value removed
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/core/ucb.cxx | 6 |
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); |