diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:32:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:32:09 +0000 |
commit | 115ddb18401350e61ae03d76fc2f13c60af67b6a (patch) | |
tree | f1bf7075b0c0500001eaaa91caa9dcfe94f7e450 /canvas/source/vcl/textlayout.cxx | |
parent | 835b4a76d83334a9fb11165cdfd250f38a958c91 (diff) |
INTEGRATION: CWS pchfix02 (1.7.20); FILE MERGED
2006/09/01 17:18:10 kaib 1.7.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas/source/vcl/textlayout.cxx')
-rw-r--r-- | canvas/source/vcl/textlayout.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/source/vcl/textlayout.cxx b/canvas/source/vcl/textlayout.cxx index 67bf0b83da22..bf6c74b6c623 100644 --- a/canvas/source/vcl/textlayout.cxx +++ b/canvas/source/vcl/textlayout.cxx @@ -4,9 +4,9 @@ * * $RCSfile: textlayout.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:21:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:32:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_canvas.hxx" + #include <canvas/debug.hxx> #include <canvas/canvastools.hxx> |