diff options
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 6e93657ee0dd..61b562b7a753 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -546,10 +546,10 @@ public: SwAccessibleMap* GetAccessibleMap(); - SwViewShell( SwViewShell&, vcl::Window *pWin = 0, OutputDevice *pOut = 0, + SwViewShell( SwViewShell&, vcl::Window *pWin = nullptr, OutputDevice *pOut = nullptr, long nFlags = 0 ); SwViewShell( SwDoc& rDoc, vcl::Window *pWin, - const SwViewOption *pOpt = 0, OutputDevice *pOut = 0, + const SwViewOption *pOpt = nullptr, OutputDevice *pOut = nullptr, long nFlags = 0 ); virtual ~SwViewShell(); |