diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-21 12:06:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-21 13:26:14 +0300 |
commit | e2565690b5d1814d21c1df9bfeefe971e0265738 (patch) | |
tree | 7aec51c4a8d3e631841ddd4f93d564985ab763c3 /include/vcl | |
parent | 566e47a19ded7c4864c0b1b4a6372a69bc22cc54 (diff) |
Bin ENUM_FONTRELIEF_DECLARED crack
We don't test or define it anywhere else so the header guard for the file
itself is enough.
Change-Id: I15a81b50ab3250a9c792a1b86a4b15f49ec224d1
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/fntstyle.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/fntstyle.hxx b/include/vcl/fntstyle.hxx index 643d5d227a36..e2fc652cd900 100644 --- a/include/vcl/fntstyle.hxx +++ b/include/vcl/fntstyle.hxx @@ -22,13 +22,8 @@ #include <sal/types.h> -#ifndef ENUM_FONTRELIEF_DECLARED -#define ENUM_FONTRELIEF_DECLARED - enum FontRelief { RELIEF_NONE, RELIEF_EMBOSSED, RELIEF_ENGRAVED, FontRelief_FORCE_EQUAL_SIZE=SAL_MAX_ENUM }; -#endif - typedef sal_uInt8 FontKerning; #define KERNING_FONTSPECIFIC ((FontKerning)0x01) #define KERNING_ASIAN ((FontKerning)0x02) |