diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-08 12:28:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-08 13:37:24 +0100 |
commit | a6bcb8c35e926a5d8965636f3561fec91880c7f7 (patch) | |
tree | 59feb1e228c45b8b5c857cc29420cb868f391ffc /include/svx | |
parent | ae510e67cdc644c541ffa26b2f91bba71a9856d2 (diff) |
loplugin:constantparam in linguistic..sfx2
Change-Id: I0e8c506df0beb0b05d9c32723876b11b6577280a
Reviewed-on: https://gerrit.libreoffice.org/50938
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxdlg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 3c38f7050886..993ef8d76ee5 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -380,8 +380,7 @@ public: virtual VclPtr<SfxAbstractTabDialog> CreateSvxBorderBackgroundDlg( vcl::Window* pParent, const SfxItemSet& rCoreSet, - bool bEnableSelector, - bool bEnableDrawingLayerFillStyles = false) = 0; + bool bEnableDrawingLayerFillStyles) = 0; virtual VclPtr<AbstractSvxTransformTabDialog> CreateSvxTransformTabDialog( vcl::Window* pParent, const SfxItemSet* pAttr, |