summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-15 22:06:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-16 11:51:11 +0100
commitbdb6168e628f839ab2fdfe3f964c9cd9f2052166 (patch)
treea6e7a22feb1bfc0f476666fa02a31ad94a6c8c13
parent4ea231ccdebe6bd7b189e7b856d9b3cfc0b04a6f (diff)
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@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--sw/source/filter/html/wrthtml.hxx1
1 files changed, 0 insertions, 1 deletions
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)