summaryrefslogtreecommitdiff
path: root/svx/source/unogallery/unogalthemeprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unogallery/unogalthemeprovider.cxx')
-rw-r--r--svx/source/unogallery/unogalthemeprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unogallery/unogalthemeprovider.cxx b/svx/source/unogallery/unogalthemeprovider.cxx
index 09c17b92bdba..7dca671dd02d 100644
--- a/svx/source/unogallery/unogalthemeprovider.cxx
+++ b/svx/source/unogallery/unogalthemeprovider.cxx
@@ -123,7 +123,7 @@ sal_Bool SAL_CALL GalleryThemeProvider::hasElements()
{
const SolarMutexGuard aGuard;
- return( ( mpGallery != NULL ) && ( mpGallery->GetThemeCount() > 0 ) );
+ return( ( mpGallery != nullptr ) && ( mpGallery->GetThemeCount() > 0 ) );
}