summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbacolorformat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbacolorformat.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbacolorformat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbacolorformat.cxx b/vbahelper/source/vbahelper/vbacolorformat.cxx
index 7cade936ca19..8c71b81d1013 100644
--- a/vbahelper/source/vbahelper/vbacolorformat.cxx
+++ b/vbahelper/source/vbahelper/vbacolorformat.cxx
@@ -50,7 +50,7 @@ ScVbaColorFormat::ScVbaColorFormat( const uno::Reference< XHelperInterface >& xP
m_pFillFormat = static_cast<ScVbaFillFormat*>( xFillFormat.get() );
}catch ( uno::RuntimeException& )
{
- m_pFillFormat = NULL;
+ m_pFillFormat = nullptr;
}
}