[Libreoffice-commits] core.git: include/svl

Takeshi Abe tabe at fixedpoint.jp
Mon Oct 16 12:21:10 UTC 2017


 include/svl/poolitem.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 11c61b05d1acb44fd6a6fa6a1825f5d4c99c3b20
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Oct 6 18:10:42 2017 +0900

    svl: Match SfxItemState::SET with css::frame::status::ItemState::SET
    
    It had been overlooked over 10 years.
    
    Change-Id: I6ef58a5d960a5ae7609334dd6294cdef96cf891f
    Reviewed-on: https://gerrit.libreoffice.org/43190
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 82b27c115c47..5a7c5073396b 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -106,7 +106,7 @@ enum class SfxItemState {
      * For example, you may want to get the font color and it might either
      * be the default one or one that has been explicitly set.
     */
-    SET      = 0x0030
+    SET      = 0x0040
 };
 
 #define INVALID_POOL_ITEM reinterpret_cast<SfxPoolItem*>(-1)


More information about the Libreoffice-commits mailing list