diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:11:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 13:11:54 +0000 |
commit | 55510de12981523ff03b48adeb8420c94f4efa83 (patch) | |
tree | 748aab92cc2982f8a00856a993e98a1a29111929 /svtools | |
parent | 3a1c13c0eda127717ef5bf3b33947ad9b5368e09 (diff) |
INTEGRATION: CWS pchfix02 (1.12.92); FILE MERGED
2006/09/01 17:42:37 kaib 1.12.92.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/bmpmaker/bmpgui.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/bmpmaker/bmpgui.cxx b/svtools/bmpmaker/bmpgui.cxx index 4d20d2b9f094..f971ec707c80 100644 --- a/svtools/bmpmaker/bmpgui.cxx +++ b/svtools/bmpmaker/bmpgui.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bmpgui.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-19 20:07:24 $ + * last change: $Author: obo $ $Date: 2006-09-17 14:11:54 $ * * 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> |