summaryrefslogtreecommitdiff
path: root/sc/inc/scitems.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-10 16:38:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-11 17:08:16 +0100
commit331cafb1484597544bd94fa3f0e0a45b3328a4d8 (patch)
tree04e88511f2eb1cac4447a8c719cbc80b39f50300 /sc/inc/scitems.hxx
parentdead2a5b0eaae3fb33f9d2b4d249849864014585 (diff)
Related: tdf#129300 add ScLineBreakCell to provide a description
Change-Id: Ief739616163c68e0e30d6287fdac90c1bcc9d13f Reviewed-on: https://gerrit.libreoffice.org/84879 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/scitems.hxx')
-rw-r--r--sc/inc/scitems.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/scitems.hxx b/sc/inc/scitems.hxx
index 9093d54039c5..ce40a2c4a267 100644
--- a/sc/inc/scitems.hxx
+++ b/sc/inc/scitems.hxx
@@ -50,7 +50,9 @@ class SvxVerJustifyItem;
class SvxBrushItem;
class SvxBoxItem;
class ScCondFormatItem;
+class ScLineBreakCell;
class ScRotateValueItem;
+class ScShrinkToFitCell;
class SvxLineItem;
class SvxRotateModeItem;
class SfxStringItem;
@@ -118,12 +120,12 @@ class SvxSizeItem;
#define ATTR_INDENT TypedWhichId<SfxUInt16Item>(131)
#define ATTR_VER_JUSTIFY TypedWhichId<SvxVerJustifyItem>(132)
#define ATTR_VER_JUSTIFY_METHOD TypedWhichId<SvxJustifyMethodItem>(133)
-#define ATTR_STACKED TypedWhichId<SfxBoolItem>(134)
+#define ATTR_STACKED TypedWhichId<ScShrinkToFitCell>(134)
#define ATTR_ROTATE_VALUE TypedWhichId<ScRotateValueItem>(135)
#define ATTR_ROTATE_MODE TypedWhichId<SvxRotateModeItem>(136)
#define ATTR_VERTICAL_ASIAN TypedWhichId<SfxBoolItem>(137)
#define ATTR_WRITINGDIR TypedWhichId<SvxFrameDirectionItem>(138)
-#define ATTR_LINEBREAK TypedWhichId<SfxBoolItem>(139)
+#define ATTR_LINEBREAK TypedWhichId<ScLineBreakCell>(139)
#define ATTR_SHRINKTOFIT TypedWhichId<SfxBoolItem>(140)
#define ATTR_BORDER_TLBR TypedWhichId<SvxLineItem>(141)
#define ATTR_BORDER_BLTR TypedWhichId<SvxLineItem>(142)