summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/font.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-24 09:08:45 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-24 09:08:45 +0000
commit8971892fcb4c48ea98562a6c4a61e2967f9021aa (patch)
treee55eefd1a388d5d00c6e0abd988bc3aff4e0809d /vcl/source/gdi/font.cxx
parent61556e7e44d638774efd014b38cf151832292844 (diff)
INTEGRATION: CWS mergesvp (1.16.2); FILE MERGED
2007/07/04 15:32:36 pl 1.16.2.1: #i79023# header moving
Diffstat (limited to 'vcl/source/gdi/font.cxx')
-rw-r--r--vcl/source/gdi/font.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/font.cxx b/vcl/source/gdi/font.cxx
index 8d51a618b5d6..0558cf021f85 100644
--- a/vcl/source/gdi/font.cxx
+++ b/vcl/source/gdi/font.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: font.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2007-07-05 08:39:18 $
+ * last change: $Author: rt $ $Date: 2007-07-24 10:08:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,10 +54,10 @@
#include <vcl/impfont.hxx>
#endif
#ifndef _VCL_FONTCFG_HXX
-#include <fontcfg.hxx>
+#include <vcl/fontcfg.hxx>
#endif
#ifndef _VCL_OUTDEV_H
-#include <outdev.h> // just for ImplGetEnglishSearchFontName! TODO: move it
+#include <vcl/outdev.h> // just for ImplGetEnglishSearchFontName! TODO: move it
#endif
#include <algorithm>