summaryrefslogtreecommitdiff
path: root/vcl/source/app/brand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/brand.cxx')
-rw-r--r--vcl/source/app/brand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/brand.cxx b/vcl/source/app/brand.cxx
index 3304c86d2685..5a7bd2d04b8b 100644
--- a/vcl/source/app/brand.cxx
+++ b/vcl/source/app/brand.cxx
@@ -56,7 +56,7 @@ bool Application::LoadBrandBitmap (const char* pName, BitmapEx &rBitmap)
OUString aBaseName( "/" + OUString::createFromAscii( pName ) );
OUString aPng( ".png" );
- rtl_Locale *pLoc = NULL;
+ rtl_Locale *pLoc = nullptr;
osl_getProcessLocale (&pLoc);
LanguageTag aLanguageTag( *pLoc);