diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-09 14:25:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-10 10:09:59 +0200 |
commit | 70fca3e901e41fa52589eb3f06e6839c4a8582de (patch) | |
tree | 4bcef05f05f3ddca104edb72e5f8e4395a99daec /sw | |
parent | f803aae0f318f99eb435c8fe7fc095fcd966d5ce (diff) |
loplugin:constantparam in editeng
Change-Id: I078061c502c09bccf515151d3a5bdcd1176e64fb
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/SidebarWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/SidebarWin.cxx b/sw/source/uibase/docvw/SidebarWin.cxx index 50a2735d510b..b9823a8289e5 100644 --- a/sw/source/uibase/docvw/SidebarWin.cxx +++ b/sw/source/uibase/docvw/SidebarWin.cxx @@ -1429,7 +1429,7 @@ IMPL_LINK_NOARG_TYPED(SwSidebarWin, DeleteHdl, void*, void) void SwSidebarWin::ResetAttributes() { mpOutlinerView->RemoveAttribsKeepLanguages(true); - mpOutliner->RemoveFields(true); + mpOutliner->RemoveFields(); mpOutlinerView->SetAttribs(DefaultItem()); } |