summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-27 08:33:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-27 10:55:18 +0100
commitb623684c666ccf07b59a76fe58e10f34afbb41a4 (patch)
tree801b2a47c3fd055ed93a52fc721b9b653b0fb5c6 /include/svx
parentd55b26a093bdbced08985dbc7113190b52a8bc66 (diff)
loplugin:constantparam
Change-Id: I62a0b760e49e38a4565eebf272492159047dda5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89613 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/sdr/primitive2d/sdrframeborderprimitive2d.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/sdr/primitive2d/sdrframeborderprimitive2d.hxx b/include/svx/sdr/primitive2d/sdrframeborderprimitive2d.hxx
index b89a89952465..b06b5f92d71e 100644
--- a/include/svx/sdr/primitive2d/sdrframeborderprimitive2d.hxx
+++ b/include/svx/sdr/primitive2d/sdrframeborderprimitive2d.hxx
@@ -94,7 +94,6 @@ namespace drawinglayer
std::shared_ptr<SdrFrameBorderDataVector> maFrameBorders;
double mfMinimalNonZeroBorderWidth;
double mfMinimalNonZeroBorderWidthUsedForDecompose;
- bool mbMergeResult;
bool mbForceToSingleDiscreteUnit;
// local decomposition.
@@ -105,7 +104,6 @@ namespace drawinglayer
public:
SdrFrameBorderPrimitive2D(
std::shared_ptr<SdrFrameBorderDataVector>& rFrameBorders,
- bool bMergeResult,
bool bForceToSingleDiscreteUnit);
// compare operator
@@ -118,7 +116,6 @@ namespace drawinglayer
// data access
const std::shared_ptr<SdrFrameBorderDataVector>& getFrameBorders() const { return maFrameBorders; }
- bool doMergeResult() const { return mbMergeResult; }
bool doForceToSingleDiscreteUnit() const { return mbForceToSingleDiscreteUnit; }
// provide unique ID