summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/srcedtw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/srcedtw.hxx')
-rw-r--r--sw/source/uibase/inc/srcedtw.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/srcedtw.hxx b/sw/source/uibase/inc/srcedtw.hxx
index d8d6d34be93a..09a436689275 100644
--- a/sw/source/uibase/inc/srcedtw.hxx
+++ b/sw/source/uibase/inc/srcedtw.hxx
@@ -53,7 +53,7 @@ protected:
public:
TextViewOutWin(vcl::Window* pParent, WinBits nBits) :
- Window(pParent, nBits), pTextView(0){}
+ Window(pParent, nBits), pTextView(nullptr){}
void SetTextView( ExtTextView* pView ) {pTextView = pView;}