summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-01 08:27:30 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-02 06:58:37 +0000
commitd961af95cdc62565b2e804fedf7221aa8bb4d840 (patch)
treecc15b649ff7ea51c3c557fdde6cd09fe909231a9 /sfx2/source/inc
parent52f377c2590d71895998a170105d0b07c13c267b (diff)
loplugin:countusersofdefaultparams in sfx2
Change-Id: I0a21e2f8069bc698700e97e7c5e4ae508240ff98 Reviewed-on: https://gerrit.libreoffice.org/27761 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/splitwin.hxx4
-rw-r--r--sfx2/source/inc/statcach.hxx2
-rw-r--r--sfx2/source/inc/templdgi.hxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/splitwin.hxx b/sfx2/source/inc/splitwin.hxx
index 4ef48c1f88b9..b16bb227ce42 100644
--- a/sfx2/source/inc/splitwin.hxx
+++ b/sfx2/source/inc/splitwin.hxx
@@ -97,7 +97,7 @@ public:
const Size& rSize,
sal_uInt16 nLine,
sal_uInt16 nPos,
- bool bNewLine=false );
+ bool bNewLine );
void RemoveWindow( SfxDockingWindow* pDockWin, bool bHide=true);
@@ -119,7 +119,7 @@ public:
bool IsPinned() const { return bPinned; }
bool IsFadeIn() const;
- bool IsAutoHide( bool bSelf = false ) const;
+ bool IsAutoHide( bool bSelf ) const;
SplitWindow* GetSplitWindow();
virtual void AutoHide() override;
diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx
index d55bb2dc6e5c..fe25e99f2f18 100644
--- a/sfx2/source/inc/statcach.hxx
+++ b/sfx2/source/inc/statcach.hxx
@@ -95,7 +95,7 @@ public:
void ClearCache();
void SetState( SfxItemState, const SfxPoolItem*, bool bMaybeDirty=false );
- void SetCachedState(bool bAlways = false);
+ void SetCachedState(bool bAlways);
void Invalidate( bool bWithSlot );
void SetVisibleState( bool bShow=true );
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index 0938658da8b7..336d23fb5c4a 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -293,7 +293,7 @@ public:
{
bCanEdit = b;
}
- void EnableDel( bool b = true )
+ void EnableDel( bool b )
{
bCanDel = b;
}