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 /sd | |
parent | f803aae0f318f99eb435c8fe7fc095fcd966d5ce (diff) |
loplugin:constantparam in editeng
Change-Id: I078061c502c09bccf515151d3a5bdcd1176e64fb
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index a08cbed5be50..a0cd0609492d 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -802,7 +802,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq) ::Outliner* pOutl = mpDrawView->GetTextEditOutliner(); if (pOutl) { - pOutl->RemoveFields(true, checkSvxFieldData<SvxURLField>); + pOutl->RemoveFields(checkSvxFieldData<SvxURLField>); } pSet.reset(new SfxItemSet( GetPool(), EE_ITEMS_START, EE_ITEMS_END )); |