summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-15 09:46:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-15 08:40:44 +0000
commit47f323d04ca6174f6d9c20061d84d7a7d727cd61 (patch)
tree3f2e1e5a5141ea849b173b7e53658755c71ce96c /include/svx
parentc37b72c182894a481819b44b9a2dc9049dce2c61 (diff)
loplugin:constantparam
Change-Id: I1a6e13584ca516f44195e724b39e78360a842c7c Reviewed-on: https://gerrit.libreoffice.org/30859 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/langbox.hxx2
-rw-r--r--include/svx/svdedtv.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx
index a32e5f0ee452..6aeb86776d44 100644
--- a/include/svx/langbox.hxx
+++ b/include/svx/langbox.hxx
@@ -61,7 +61,7 @@ private:
SvxLanguageBoxBase(const SvxLanguageBoxBase&) = delete;
SvxLanguageBoxBase& operator=(const SvxLanguageBoxBase&) = delete;
public:
- explicit SvxLanguageBoxBase( bool bCheck );
+ explicit SvxLanguageBoxBase();
virtual ~SvxLanguageBoxBase();
void SetLanguageList( SvxLanguageListFlags nLangList,
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index bcec800008d0..342ec3072bfc 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -144,8 +144,8 @@ protected:
// for CombineMarkedObjects
static bool ImpCanConvertForCombine1(const SdrObject* pObj);
static bool ImpCanConvertForCombine(const SdrObject* pObj);
- static basegfx::B2DPolyPolygon ImpGetPolyPolygon1(const SdrObject* pObj, bool bCombine);
- static basegfx::B2DPolyPolygon ImpGetPolyPolygon(const SdrObject* pObj, bool bCombine);
+ static basegfx::B2DPolyPolygon ImpGetPolyPolygon1(const SdrObject* pObj);
+ static basegfx::B2DPolyPolygon ImpGetPolyPolygon(const SdrObject* pObj);
static basegfx::B2DPolygon ImpCombineToSinglePolygon(const basegfx::B2DPolyPolygon& rPolyPolygon);
// for DismantleMarkedObjects