summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/uivwimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/uivwimp.hxx')
-rw-r--r--sw/source/uibase/inc/uivwimp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/uivwimp.hxx b/sw/source/uibase/inc/uivwimp.hxx
index b95cb12f6d80..3ae07ead1bd2 100644
--- a/sw/source/uibase/inc/uivwimp.hxx
+++ b/sw/source/uibase/inc/uivwimp.hxx
@@ -59,7 +59,7 @@ public:
virtual void SAL_CALL disposing(
const css::lang::EventObject& rEventObject ) throw(css::uno::RuntimeException, std::exception) override;
- void ViewDestroyed() { pView = 0; }
+ void ViewDestroyed() { pView = nullptr; }
};
// Clipboard EventListener
@@ -81,7 +81,7 @@ public:
SwClipboardChangeListener( SwView& rView ) : pView( &rView ) {}
virtual ~SwClipboardChangeListener();
- void ViewDestroyed() { pView = 0; }
+ void ViewDestroyed() { pView = nullptr; }
void AddRemoveListener( bool bAdd );
};