summaryrefslogtreecommitdiff
path: root/include/editeng/outliner.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-04 14:07:10 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-05 06:26:05 +0000
commit50bb5eddaac2b16f387ba610cdcfd934269dc73c (patch)
tree26f385d94ab4651eb19fb8fbc5b9253743ce6b91 /include/editeng/outliner.hxx
parentdb43ef00c12bc0f7fefd6d028c9a2ed8f771cd47 (diff)
loplugin:constantparam in editeng
Change-Id: If8342112e0657014266133954269b9396085a27d Reviewed-on: https://gerrit.libreoffice.org/23807 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/outliner.hxx')
-rw-r--r--include/editeng/outliner.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index 7060ca4d51d2..d8c990a8e0ec 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -308,7 +308,7 @@ public:
void SetSelection( const ESelection& );
void GetSelectionRectangles(std::vector<Rectangle>& rLogicRects) const;
- void RemoveAttribs( bool bRemoveParaAttribs = false, sal_uInt16 nWhich = 0, bool bKeepLanguages = false );
+ void RemoveAttribs( bool bRemoveParaAttribs = false, bool bKeepLanguages = false );
void RemoveAttribsKeepLanguages( bool bRemoveParaAttribs );
bool HasSelection() const;