Move these defines to the only file using them
Change-Id: Ic3a32f6b420c3822ba96f57292f67f0327b16581
This commit is contained in:
@@ -21,11 +21,6 @@
|
||||
|
||||
typedef sal_uInt32 sal_GlyphId;
|
||||
|
||||
// Glyph Flags
|
||||
#define GF_FONTMASK 0xF0000000
|
||||
#define GF_FONTSHIFT 28
|
||||
|
||||
#define GF_DROPPED 0xFFFFFFFF
|
||||
|
||||
#endif // INCLUDED_VCL_INC_SALGLYPHID_HXX
|
||||
|
||||
|
@@ -51,6 +51,12 @@
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
|
||||
// Glyph Flags
|
||||
#define GF_FONTMASK 0xF0000000
|
||||
#define GF_FONTSHIFT 28
|
||||
#define GF_DROPPED 0xFFFFFFFF
|
||||
|
||||
|
||||
std::ostream &operator <<(std::ostream& s, ImplLayoutArgs &rArgs)
|
||||
{
|
||||
#ifndef SAL_LOG_INFO
|
||||
|
Reference in New Issue
Block a user