summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-03 16:35:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-03 16:35:30 +0200
commit6e717957b25f3d4a38d9256c0088828d6c709371 (patch)
treee161aa5e350d5cd14380c406455e41fa213945cd /connectivity
parentNULL -> nullptr (diff)
downloadcore-6e717957b25f3d4a38d9256c0088828d6c709371.tar.gz
core-6e717957b25f3d4a38d9256c0088828d6c709371.zip
NULL -> nullptr
Change-Id: I7e4e36fbff89cb45c01a11dc70c4e6f17fe3bc38
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/Aolevariant.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/ado/Aolevariant.cxx b/connectivity/source/drivers/ado/Aolevariant.cxx
index e3728bc72675..44c71af4a9b6 100644
--- a/connectivity/source/drivers/ado/Aolevariant.cxx
+++ b/connectivity/source/drivers/ado/Aolevariant.cxx
@@ -673,7 +673,7 @@ SAFEARRAY* OLEVariant::getUI1SAFEARRAYPtr() const
{
case VT_EMPTY:
case VT_NULL:
- aValue.setValue(NULL, Type());
+ aValue.setValue(nullptr, Type());
break;
case VT_I2:
aValue.setValue( & iVal, cppu::UnoType<sal_Int16>::get());
@@ -729,7 +729,7 @@ SAFEARRAY* OLEVariant::getUI1SAFEARRAYPtr() const
aValue.setValue( & uintVal, cppu::UnoType<sal_uInt32>::get());
break;
case VT_VOID:
- aValue.setValue( NULL, Type());
+ aValue.setValue( nullptr, Type());
break;
case VT_DECIMAL:
{