[Libreoffice-commits] core.git: sc/inc

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 12 11:50:24 UTC 2019


 sc/inc/scitems.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5194b93c8dffe4a2194c35e91949ed5b88b567e2
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Dec 12 09:06:43 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Dec 12 12:49:06 2019 +0100

    ATTR_SHRINKTOFIT is ScShrinkToFitCell
    
    Change-Id: Ia5d50e8be174869439400e0cd7d02d54429c7433
    Reviewed-on: https://gerrit.libreoffice.org/85021
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/inc/scitems.hxx b/sc/inc/scitems.hxx
index 9e22a0415aeb..1ec7dd019f8a 100644
--- a/sc/inc/scitems.hxx
+++ b/sc/inc/scitems.hxx
@@ -126,7 +126,7 @@ class SvxSizeItem;
 #define ATTR_VERTICAL_ASIAN     TypedWhichId<SfxBoolItem>(137)
 #define ATTR_WRITINGDIR         TypedWhichId<SvxFrameDirectionItem>(138)
 #define ATTR_LINEBREAK          TypedWhichId<ScLineBreakCell>(139)
-#define ATTR_SHRINKTOFIT        TypedWhichId<SfxBoolItem>(140)
+#define ATTR_SHRINKTOFIT        TypedWhichId<ScShrinkToFitCell>(140)
 #define ATTR_BORDER_TLBR        TypedWhichId<SvxLineItem>(141)
 #define ATTR_BORDER_BLTR        TypedWhichId<SvxLineItem>(142)
 #define ATTR_MARGIN             TypedWhichId<SvxMarginItem>(143)


More information about the Libreoffice-commits mailing list