Move these defines to the only file using them

Change-Id: Ic3a32f6b420c3822ba96f57292f67f0327b16581
This commit is contained in:
Khaled Hosny
2017-01-21 03:00:19 +02:00
parent b85ee27d9f
commit ae0a317c20
2 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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