diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:13:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:13:34 +0000 |
commit | cc412af7109a0e5d0174858f7cbb9df9b4c79828 (patch) | |
tree | a2c88297ca014d2b819bdc73254885bb0daf5d7c /vcl/source/glyphs | |
parent | ed34c1cdd356ff20abe980d2eff0d5df8b25e429 (diff) |
INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED
2006/09/01 17:57:50 kaib 1.6.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/source/glyphs')
-rwxr-xr-x | vcl/source/glyphs/gcach_rbmp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/glyphs/gcach_rbmp.cxx b/vcl/source/glyphs/gcach_rbmp.cxx index 6c5f5e57ed7d..f3ca32f93fd8 100755 --- a/vcl/source/glyphs/gcach_rbmp.cxx +++ b/vcl/source/glyphs/gcach_rbmp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gcach_rbmp.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:33:02 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:12:52 $ * * 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_vcl.hxx" + #include <glyphcache.hxx> #include <string.h> |