Kaydet (Commit) 47e1aabe authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

use a nullptr

Change-Id: Icf119a44b28c6ee19997e4a623e2f16c72bb97ca
üst fed82904
......@@ -878,7 +878,7 @@ uno::Any SAL_CALL SwXCell::queryInterface( const uno::Type& aType )
const SwStartNode *SwXCell::GetStartNode() const
{
const SwStartNode *pSttNd = 0;
const SwStartNode* pSttNd = nullptr;
if( pStartNode || IsValid() )
pSttNd = pStartNode ? pStartNode : pBox->GetSttNd();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment