summaryrefslogtreecommitdiff
path: root/include/svx/galmisc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/galmisc.hxx')
-rw-r--r--include/svx/galmisc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx
index 741624ed6067..5d7ddbeb448e 100644
--- a/include/svx/galmisc.hxx
+++ b/include/svx/galmisc.hxx
@@ -43,7 +43,7 @@ struct ExchangeData
tools::Time aThemeChangeTime;
ExchangeData()
- : pTheme(NULL)
+ : pTheme(nullptr)
, aThemeChangeDate( Date::EMPTY )
, aThemeChangeTime( tools::Time::EMPTY )
{
@@ -142,7 +142,7 @@ class SVX_DLLPUBLIC GalleryProgress
public:
- GalleryProgress( GraphicFilter* pFilter = NULL );
+ GalleryProgress( GraphicFilter* pFilter = nullptr );
~GalleryProgress();
void Update( sal_uIntPtr nVal, sal_uIntPtr nMaxVal );