summaryrefslogtreecommitdiff
path: root/include/svx/ctredlin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-29 15:04:58 +0200
committerNoel Grandin <noel@peralex.com>2016-03-01 08:30:28 +0200
commit5e913234da65484778d53179ee2005aec01d0f0e (patch)
tree7532854c855220fd110f6340f5c9c8e53af117b9 /include/svx/ctredlin.hxx
parent595f46344e18fd6275ff7b862269e4c131449591 (diff)
loplugin:unuseddefaultparam in svx (part2)
Change-Id: I99e3d6137ec17e3fc782253c85e5fa4f1da4cec4
Diffstat (limited to 'include/svx/ctredlin.hxx')
-rw-r--r--include/svx/ctredlin.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index 60110b1119ab..caad6c390646 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -132,7 +132,7 @@ public:
void UpdateFilterTest();
// } For FilterPage only
- void SetCalcView(bool bFlag=true);
+ void SetCalcView();
bool IsValidEntry(const OUString &rAuthor, const DateTime &rDateTime, const OUString &rComment);
bool IsValidEntry(const OUString &rAuthor, const DateTime &rDateTime);
@@ -230,7 +230,7 @@ public:
SvxRedlinDateMode GetDateMode();
void ClearAuthors();
- void InsertAuthor( const OUString& rString, sal_Int32 nPos = LISTBOX_APPEND );
+ void InsertAuthor( const OUString& rString );
OUString GetSelectedAuthor()const;
void SelectedAuthorPos(sal_Int32 nPos);
sal_Int32 SelectAuthor(const OUString& aString);
@@ -267,7 +267,7 @@ public:
void SetRefHdl( const Link<SvxTPFilter*,void>& rLink ) { aRefLink = rLink; }
void Enable( bool bEnable = true, bool bChild = true );
- void Disable( bool bChild = true );
+ void Disable();
// } Methods for Calc
};
@@ -312,7 +312,7 @@ public:
void EnableRejectAll(bool bFlag=true);
void EnableUndo(bool bFlag=true);
void DisableUndo() {EnableUndo(false);}
- void ShowUndo(bool bFlag=true);
+ void ShowUndo();
void SetAcceptClickHdl( const Link<SvxTPView*,void>& rLink ) { AcceptClickLk = rLink; }