summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/resultsetbase.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetbase.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
index d7fa6883b73b..773236bd0166 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
@@ -44,9 +44,9 @@ ResultSetBase::ResultSetBase( const uno::Reference< uno::XComponentContext >& r
m_bRowCountFinal( true ),
m_sProperty( seq ),
m_sSortingInfo( seqSort ),
- m_pDisposeEventListeners( 0 ),
- m_pRowCountListeners( 0 ),
- m_pIsFinalListeners( 0 )
+ m_pDisposeEventListeners( nullptr ),
+ m_pRowCountListeners( nullptr ),
+ m_pIsFinalListeners( nullptr )
{
}
@@ -366,7 +366,7 @@ ResultSetBase::getStatement(
throw( sdbc::SQLException,
uno::RuntimeException, std::exception )
{
- uno::Reference< uno::XInterface > test( 0 );
+ uno::Reference< uno::XInterface > test( nullptr );
return test;
}