reportdesign/source/ui/misc/UITools.cxx |   40 ++++++++++++++++----------------
 1 file changed, 20 insertions(+), 20 deletions(-)

New commits:
commit bf3df0fc73fc3757d3abb94465d5bcb2106c355f
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Oct 4 11:25:17 2022 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Oct 5 10:01:14 2022 +0200

    reportdesign: keep the constant values in a comment
    
    Similar to 07aa8138db9bbaf222f2b7cea12a9f7d0a8192d7
    "tdf#151260: crash in SfxItemPool::SetDefaults
    (reportdesign/ReportController)"
    
    Since 9a444884c3b221c9bd7b0aa4476c160921c7fc35
    "tdf#150222 reporbuilder, set font for a text box crashes"
    
    Change-Id: I07e5808f1d74a470d7c6f73160f8335254e033fb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140940
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/reportdesign/source/ui/misc/UITools.cxx 
b/reportdesign/source/ui/misc/UITools.cxx
index 57b4c32a7a7b..99f79ff217d7 100644
--- a/reportdesign/source/ui/misc/UITools.cxx
+++ b/reportdesign/source/ui/misc/UITools.cxx
@@ -557,26 +557,26 @@ bool openCharDialog( const 
uno::Reference<report::XReportControlFormat >& _rxRep
     // UNO->ItemSet
     static SfxItemInfo aItemInfos[] =
     {
-        { 0,      true },
-        { 0,      true },
-        { 0,       true },
-        { 0,      true },
-        { 0,     true },
-        { 0,       true },
-        { 0,      true },
-        { 0,       true },
-        { 0,        true },
-        { 0,      true },
-        { 0,      true },
-        { 0,  true },
-        { 0,     true },
-        { 0,        true },
-        { 0,    true },
-        { 0,    true },
-        { 0,        true },
-        { 0,     true },
-        { 0,     true },
-        { 0,     true },
+        { 0,      true }, // XATTR_FILLSTYLE
+        { 0,      true }, // XATTR_FILLCOLOR
+        { 0,       true }, // XATTR_FILLGRADIENT
+        { 0,      true }, // XATTR_FILLHATCH
+        { 0,     true }, // XATTR_FILLBITMAP
+        { 0,       true }, // XATTR_FILLTRANSPARENCE
+        { 0,      true }, // XATTR_GRADIENTSTEPCOUNT
+        { 0,       true }, // XATTR_FILLBMP_TILE
+        { 0,        true }, // XATTR_FILLBMP_POS
+        { 0,      true }, // XATTR_FILLBMP_SIZEX
+        { 0,      true }, // XATTR_FILLBMP_SIZEY
+        { 0,  true }, // XATTR_FILLFLOATTRANSPARENCE
+        { 0,     true }, // XATTR_SECONDARYFILLCOLOR
+        { 0,        true }, // XATTR_FILLBMP_SIZELOG
+        { 0,    true }, // XATTR_FILLBMP_TILEOFFSETX
+        { 0,    true }, // XATTR_FILLBMP_TILEOFFSETY
+        { 0,        true }, // XATTR_FILLBMP_STRETCH
+        { 0,     true }, // XATTR_FILLBMP_POSOFFSETX
+        { 0,     true }, // XATTR_FILLBMP_POSOFFSETY
+        { 0,     true }, // XATTR_FILLBACKGROUND
 
         { SID_ATTR_CHAR_FONT, true },
         { SID_ATTR_CHAR_FONTHEIGHT, true },

Reply via email to