diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:56:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:56:26 +0000 |
commit | 505622abcaaec972354ba331dc1ec35e34029fe2 (patch) | |
tree | 4efc92a2ef7dfc0443985a63acf2d715f2dac1dd /goodies | |
parent | b00c4c4f53fa5757e416dc0031532819872f636f (diff) |
INTEGRATION: CWS pchfix02 (1.3.118); FILE MERGED
2006/09/01 17:30:17 kaib 1.3.118.1: #i68856# Added header markers and pch files
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/unographic/graphic.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/source/unographic/graphic.cxx b/goodies/source/unographic/graphic.cxx index 590f47640e07..a2c666edba4e 100644 --- a/goodies/source/unographic/graphic.cxx +++ b/goodies/source/unographic/graphic.cxx @@ -4,9 +4,9 @@ * * $RCSfile: graphic.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:10:32 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:56:26 $ * * 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_goodies.hxx" + #ifndef _RTL_UUID_H_ #include <rtl/uuid.h> #endif |