summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/htmlex.hxx')
-rw-r--r--sd/source/filter/html/htmlex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index 1f53980dc175..0c51afb1a7c2 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -66,7 +66,7 @@ private:
OUString maURL2;
public:
- explicit HtmlErrorContext(vcl::Window *pWin=0);
+ explicit HtmlErrorContext(vcl::Window *pWin=nullptr);
virtual ~HtmlErrorContext() {};
virtual bool GetString( sal_uLong nErrId, OUString& rCtxStr ) override;
@@ -146,7 +146,7 @@ class HtmlExport
static SdrTextObj* GetLayoutTextObject(SdrPage* pPage);
- void SetDocColors( SdPage* pPage = NULL );
+ void SetDocColors( SdPage* pPage = nullptr );
bool CreateImagesForPresPages( bool bThumbnails = false );
bool CreateHtmlTextForPresPages();