summaryrefslogtreecommitdiff
path: root/vcl/os2
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-04-20 16:57:13 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-04-20 16:57:13 +0000
commit198632aa538edc6804909fe7330fc122b769398b (patch)
treea17a85241b51e3a8380f9bdb7b706b8054ec4340 /vcl/os2
parenta8b3bdded3b8a0fa7cfd12e52b9d60ce3658019e (diff)
CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)
Diffstat (limited to 'vcl/os2')
-rw-r--r--vcl/os2/source/gdi/salgdi3.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/vcl/os2/source/gdi/salgdi3.cxx b/vcl/os2/source/gdi/salgdi3.cxx
index 15034168269e..546f4bf2b7cd 100644
--- a/vcl/os2/source/gdi/salgdi3.cxx
+++ b/vcl/os2/source/gdi/salgdi3.cxx
@@ -74,15 +74,14 @@
#include <ft2lib.h>
#endif
-#ifndef __SUBFONT_H
-#include <list.h>
-#include <sft.h>
-#endif
+#include "sft.hxx"
#ifdef GCP_KERN_HACK
#include <algorithm>
#endif
+using namespace vcl;
+
// -----------
// - Inlines -
// -----------