diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/gdi/xlfd_extd.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/xlfd_extd.cxx b/vcl/unx/source/gdi/xlfd_extd.cxx index 23077e4baf18..335abf8c1ffe 100644 --- a/vcl/unx/source/gdi/xlfd_extd.cxx +++ b/vcl/unx/source/gdi/xlfd_extd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xlfd_extd.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:56:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:40:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" #include <stdio.h> #include <stdlib.h> #include <string.h> |