summaryrefslogtreecommitdiff
path: root/sw/inc/viewsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 14:32:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-04 06:36:22 +0000
commit480f6916eff8636fbf6b980a604c6e19a099df08 (patch)
treef5cd156734d6a082dfbe3e24d06ec9f3505f8366 /sw/inc/viewsh.hxx
parent958827673309a80a710a86a9b115945547f520a0 (diff)
loplugin:countusersofdefaultparams in sw
Change-Id: I65beb17816641cff6a07379b7ba234afe26806b3 Reviewed-on: https://gerrit.libreoffice.org/29488 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r--sw/inc/viewsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index a32babef0f8f..1d5a34b6c343 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -206,7 +206,7 @@ public:
inline void StartAction();
void ImplStartAction();
inline void EndAction( const bool bIdleEnd = false );
- void ImplEndAction( const bool bIdleEnd = false );
+ void ImplEndAction( const bool bIdleEnd );
sal_uInt16 ActionCount() const { return mnStartAction; }
bool ActionPend() const { return mnStartAction != 0; }
bool IsInEndAction() const { return mbInEndAction; }
@@ -543,10 +543,10 @@ public:
SwAccessibleMap* GetAccessibleMap();
- SwViewShell( SwViewShell&, vcl::Window *pWin = nullptr, OutputDevice *pOut = nullptr,
+ SwViewShell( SwViewShell&, vcl::Window *pWin, OutputDevice *pOut = nullptr,
long nFlags = 0 );
SwViewShell( SwDoc& rDoc, vcl::Window *pWin,
- const SwViewOption *pOpt = nullptr, OutputDevice *pOut = nullptr,
+ const SwViewOption *pOpt, OutputDevice *pOut = nullptr,
long nFlags = 0 );
virtual ~SwViewShell() override;