summaryrefslogtreecommitdiffstats
path: root/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx')
-rw-r--r--svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx
index 1b4d0d9b650b..aee14e1b7748 100644
--- a/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrtextprimitive2d.cxx
@@ -352,8 +352,7 @@ namespace drawinglayer::primitive2d
bool bFixedCellHeight,
bool bUnlimitedPage,
bool bCellText,
- bool bWordWrap,
- bool bClipOnBounds)
+ bool bWordWrap)
: SdrTextPrimitive2D(pSdrText, rOutlinerParaObject),
maTextRangeTransform(rTextRangeTransform),
maSdrTextHorzAdjust(aSdrTextHorzAdjust),
@@ -361,8 +360,7 @@ namespace drawinglayer::primitive2d
mbFixedCellHeight(bFixedCellHeight),
mbUnlimitedPage(bUnlimitedPage),
mbCellText(bCellText),
- mbWordWrap(bWordWrap),
- mbClipOnBounds(bClipOnBounds)
+ mbWordWrap(bWordWrap)
{
}
@@ -378,8 +376,7 @@ namespace drawinglayer::primitive2d
&& isFixedCellHeight() == rCompare.isFixedCellHeight()
&& getUnlimitedPage() == rCompare.getUnlimitedPage()
&& getCellText() == rCompare.getCellText()
- && getWordWrap() == rCompare.getWordWrap()
- && getClipOnBounds() == rCompare.getClipOnBounds());
+ && getWordWrap() == rCompare.getWordWrap());
}
return false;
@@ -396,8 +393,7 @@ namespace drawinglayer::primitive2d
isFixedCellHeight(),
getUnlimitedPage(),
getCellText(),
- getWordWrap(),
- getClipOnBounds());
+ getWordWrap());
}
// provide unique ID