summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewfunc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/viewfunc.hxx')
-rw-r--r--sw/source/uibase/uiview/viewfunc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/uiview/viewfunc.hxx b/sw/source/uibase/uiview/viewfunc.hxx
index a64bd360eba0..c891101e477b 100644
--- a/sw/source/uibase/uiview/viewfunc.hxx
+++ b/sw/source/uibase/uiview/viewfunc.hxx
@@ -43,8 +43,8 @@ void ViewResizePixel( const vcl::RenderContext &rRef,
SwScrollbar& rVScrollbar,
SwScrollbar& rHScrollbar,
vcl::Window& rScrollBarBox,
- SvxRuler* pVRuler = 0,
- SvxRuler* pHRuler = 0,
+ SvxRuler* pVRuler = nullptr,
+ SvxRuler* pHRuler = nullptr,
bool bVRulerRight = false );
#endif