summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 10:28:09 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 10:28:09 +0000
commit37b1a1c3c5aa6b54892c4ab5f73d0c606df20083 (patch)
tree28f9c6b9c025fecea7b0e59528f2680253554b0e /xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
parent68081aa66e2f998fbd5b0581968a50160d6e13af (diff)
INTEGRATION: CWS sb59 (1.4.12); FILE MERGED
2006/08/30 11:10:27 sb 1.4.12.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
index 821438dc35c5..819f8d88e828 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: resultsetforroot.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:18:09 $
+ * last change: $Author: obo $ $Date: 2006-10-12 11:28:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,8 +93,7 @@ ResultSetForRoot::ResultSetForRoot( const uno::Reference< lang::XMultiServiceFac
if( content.is() )
{
uno::Reference< XCommandProcessor > cmd( content,uno::UNO_QUERY );
- if( ! ( cmd->execute( aCommand,0,uno::Reference< XCommandEnvironment >( 0 ) ) >>= m_aItems[i] ) )
- ;
+ cmd->execute( aCommand,0,uno::Reference< XCommandEnvironment >( 0 ) ) >>= m_aItems[i]; //TODO: check return value of operator >>=
}
m_nRow = 0xffffffff;
}