[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Tue Jan 16 10:51:33 UTC 2018


 sw/source/filter/html/wrthtml.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit bdb6168e628f839ab2fdfe3f964c9cd9f2052166
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 15 22:06:08 2018 +0100

    Remove unused CSS1_OUTMODE_SPAN_TAG1_OFF
    
    ...no other traces of it apart from its definition in
    7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import"
    
    Change-Id: Id18fef73416a5159b002ff6ab6d54c2ced51cbfd
    Reviewed-on: https://gerrit.libreoffice.org/47921
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index d223e488c4ca..8a14d96db7d7 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -142,7 +142,6 @@ namespace o3tl {
 #define CSS1_OUTMODE_SPAN_TAG_OFF   (sal_uInt16(0x0001U << 3))
 #define CSS1_OUTMODE_STYLE_OPT_OFF  (sal_uInt16(0x0002U << 3))
 #define CSS1_OUTMODE_RULE_OFF       (sal_uInt16(0x0003U << 3))
-#define CSS1_OUTMODE_SPAN_TAG1_OFF  ((sal_uInt16)(0x0004U << 3))
 #define CSS1_OUTMODE_ANY_OFF        (sal_uInt16(0x0007U << 3))
 
 #define CSS1_OUTMODE_ONOFF(a) (CSS1_OUTMODE_##a##_ON|CSS1_OUTMODE_##a##_OFF)


More information about the Libreoffice-commits mailing list