diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:12:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:12:15 +0000 |
commit | ff05a3fd1e532803a7b1a88aa06b5f31ae9cf259 (patch) | |
tree | cd705d51a83cbef39ada6d82e865c98568881f86 /vcl/source/gdi/font.cxx | |
parent | 16dc5855b900acd1e0f91965fcd3ab9a5cf3ecb4 (diff) |
INTEGRATION: CWS vgbugs07 (1.15.80); FILE MERGED
2007/06/04 13:29:34 vg 1.15.80.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/gdi/font.cxx')
-rw-r--r-- | vcl/source/gdi/font.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/font.cxx b/vcl/source/gdi/font.cxx index 408c8a704f7c..ce16566d158e 100644 --- a/vcl/source/gdi/font.cxx +++ b/vcl/source/gdi/font.cxx @@ -4,9 +4,9 @@ * * $RCSfile: font.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: ihi $ $Date: 2007-03-26 11:20:37 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:12:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,10 +48,10 @@ #include <psprint/sft.h> #ifndef _SV_FONT_HXX -#include <font.hxx> +#include <vcl/font.hxx> #endif #ifndef _SV_IMPFONT_HXX -#include <impfont.hxx> +#include <vcl/impfont.hxx> #endif #ifndef _VCL_FONTCFG_HXX #include <fontcfg.hxx> |