summaryrefslogtreecommitdiff
path: root/sw/inc/authratr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-12 18:42:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-13 06:54:23 +0000
commitedb6783c14a9303af000b54ce63f55967289a7a6 (patch)
treedfb843caf6019b7c9922c7122d3becea75832b17 /sw/inc/authratr.hxx
parenteadc132d5fa339b6fe5b2f8bb482ed30dbd23147 (diff)
convert SW_TAB #defines to enum
Change-Id: I8f2c63dc381416af1eb74794a1bbc3417eb272d6 Reviewed-on: https://gerrit.libreoffice.org/11936 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/authratr.hxx')
-rw-r--r--sw/inc/authratr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/authratr.hxx b/sw/inc/authratr.hxx
index 3bd8bde98858..188da163ac90 100644
--- a/sw/inc/authratr.hxx
+++ b/sw/inc/authratr.hxx
@@ -24,7 +24,7 @@
#include <tools/color.hxx>
#include "swdllapi.h"
-#define COL_NONE TRGB_COLORDATA( 0x80, 0xFF, 0xFF, 0xFF )
+#define COL_NONE_COLOR TRGB_COLORDATA( 0x80, 0xFF, 0xFF, 0xFF )
class SW_DLLPUBLIC AuthorCharAttr
{