diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:12:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:12:20 +0000 |
commit | d98fe4b630c9e38dbeebe1c9a9165260b2124d8d (patch) | |
tree | e8a154c8929e51d4cf0722588c1a38fa88bd58ea /svtools/bmpmaker | |
parent | fc4b1812a29de448b4f300c0efa7b11356a932cd (diff) |
INTEGRATION: CWS pchfix02 (1.9.92); FILE MERGED
2006/09/01 17:42:38 kaib 1.9.92.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r-- | svtools/bmpmaker/g2g.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/bmpmaker/g2g.cxx b/svtools/bmpmaker/g2g.cxx index faa643267637..a3073fc9c51f 100644 --- a/svtools/bmpmaker/g2g.cxx +++ b/svtools/bmpmaker/g2g.cxx @@ -4,9 +4,9 @@ * * $RCSfile: g2g.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-19 20:07:53 $ + * last change: $Author: obo $ $Date: 2006-09-17 14:12:20 $ * * 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_svtools.hxx" + #include <stdio.h> #include <signal.h> #include <ctype.h> |