diff options
Diffstat (limited to 'vcl/inc/sallayout.hxx')
-rw-r--r-- | vcl/inc/sallayout.hxx | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index f3727bab61b3..57e7480369fd 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -21,28 +21,25 @@ #define INCLUDED_VCL_INC_SALLAYOUT_HXX #include <iostream> +#include <list> +#include <vector> -#include <tools/gen.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <i18nlangtag/languagetag.hxx> +#include <tools/gen.hxx> +#include <vcl/dllapi.h> +#include <vcl/vclenum.hxx> // for typedef sal_UCS4 #ifndef _TOOLS_LANG_HXX typedef unsigned short LanguageType; #endif -#include <vector> -#include <list> -#include <vcl/dllapi.h> - -// for typedef sal_UCS4 -#include <vcl/vclenum.hxx> +#include "magic.h" #include "salglyphid.hxx" class SalGraphics; class PhysicalFontFace; -#define MAX_FALLBACK 16 - // Layout options #define SAL_LAYOUT_BIDI_RTL 0x0001 #define SAL_LAYOUT_BIDI_STRONG 0x0002 |