[Libreoffice-commits] core.git: Branch 'libreoffice-4-3-0' - sw/source

Tomaž Vajngerl tomaz.vajngerl at collabora.com
Tue Jul 15 09:03:25 PDT 2014


 sw/source/core/inc/txtfrm.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bbb1806f35815497b4bee7eed5334c697825f82f
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.com>
Date:   Tue Jul 15 14:16:12 2014 +0200

    fdo#80054 change color for NPC to "solarized blue"
    
    Change-Id: I4ee3d2422982d37be3638b9647096e0b38314d56
    Reviewed-on: https://gerrit.libreoffice.org/10327
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Reviewed-by: Joren De Cuyper <jorendc at libreoffice.org>
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Reviewed-on: https://gerrit.libreoffice.org/10340
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 66ce49a..70f2208 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -56,7 +56,7 @@ class SwWrongList;
 #endif
 
 #ifndef LEGACY_NON_PRINTING_CHARACTER_COLOR_FUNCTIONALITY
-#define NON_PRINTING_CHARACTER_COLOR RGB_COLORDATA( 0x6A, 0xBE, 0xD3 )
+#define NON_PRINTING_CHARACTER_COLOR RGB_COLORDATA(0x26, 0x8b, 0xd2)
 #endif
 
 /// Represents the visualization of a paragraph.


More information about the Libreoffice-commits mailing list