From 312c6c891bec6f118da860b364493bfd69814036 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 6 Oct 2010 12:16:23 +0100 Subject: #i113503# cppunit stl wrapper headers --- vcl/inc/vcl/graphite_adaptors.hxx | 4 ++-- vcl/inc/vcl/graphite_features.hxx | 4 ++-- vcl/inc/vcl/graphite_layout.hxx | 4 ++-- vcl/source/glyphs/graphite_cache.cxx | 4 ++-- vcl/source/glyphs/graphite_layout.cxx | 4 ++-- vcl/source/glyphs/graphite_textsrc.hxx | 4 ++-- vcl/util/makefile2.pmk | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/vcl/graphite_adaptors.hxx b/vcl/inc/vcl/graphite_adaptors.hxx index f98d3c97d012..7b4a097a0f59 100644 --- a/vcl/inc/vcl/graphite_adaptors.hxx +++ b/vcl/inc/vcl/graphite_adaptors.hxx @@ -47,11 +47,11 @@ #include "vcl/dllapi.h" // Libraries -#include +#include #include #include #include -#include +#include // Module type definitions and forward declarations. // diff --git a/vcl/inc/vcl/graphite_features.hxx b/vcl/inc/vcl/graphite_features.hxx index 47f4c3a01e7f..47b8f062e299 100644 --- a/vcl/inc/vcl/graphite_features.hxx +++ b/vcl/inc/vcl/graphite_features.hxx @@ -29,11 +29,11 @@ // Parse a string of features specified as ; separated pairs. // e.g. // 1001=1&2002=2&fav1=0 -#include +#include #include #include #include -#include +#include namespace grutils { diff --git a/vcl/inc/vcl/graphite_layout.hxx b/vcl/inc/vcl/graphite_layout.hxx index 765a154a9898..cd22abdcdb26 100644 --- a/vcl/inc/vcl/graphite_layout.hxx +++ b/vcl/inc/vcl/graphite_layout.hxx @@ -40,13 +40,13 @@ #include #include // Libraries -#include +#include #include #include #include #include #include -#include +#include // Platform #include #include diff --git a/vcl/source/glyphs/graphite_cache.cxx b/vcl/source/glyphs/graphite_cache.cxx index 389accd631f0..7682cdb6c8ba 100644 --- a/vcl/source/glyphs/graphite_cache.cxx +++ b/vcl/source/glyphs/graphite_cache.cxx @@ -36,10 +36,10 @@ #include #include -#include +#include #include #include -#include +#include #include #include diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx index 0f7d2f5f3005..247068b23b6d 100644 --- a/vcl/source/glyphs/graphite_layout.cxx +++ b/vcl/source/glyphs/graphite_layout.cxx @@ -67,13 +67,13 @@ #include // Graphite Libraries (must be after vcl headers on windows) -#include +#include #include #include #include #include #include -#include +#include #include #include diff --git a/vcl/source/glyphs/graphite_textsrc.hxx b/vcl/source/glyphs/graphite_textsrc.hxx index 5003c0fe1cd6..b4a1c0b48e1a 100644 --- a/vcl/source/glyphs/graphite_textsrc.hxx +++ b/vcl/source/glyphs/graphite_textsrc.hxx @@ -51,11 +51,11 @@ #include "vcl/dllapi.h" // Libraries -#include +#include #include #include #include -#include +#include // Module type definitions and forward declarations. // diff --git a/vcl/util/makefile2.pmk b/vcl/util/makefile2.pmk index df9ba1a214d7..ac2977ca8eab 100644 --- a/vcl/util/makefile2.pmk +++ b/vcl/util/makefile2.pmk @@ -36,6 +36,6 @@ CFLAGSCXX+=$(OBJCXXFLAGS) #building with stlport, but graphite was not built with stlport .IF "$(USE_SYSTEM_STL)"!="YES" .IF "$(SYSTEM_GRAPHITE)"=="YES" -CDEFS += -DADAPT_EXT_STL +CFLAGSCXX+=-DADAPT_EXT_STL .ENDIF .ENDIF -- cgit v1.2.3