diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:58:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:58:23 +0000 |
commit | bb4001ba1fc04b1cb70b5c9d65c46a317026eab1 (patch) | |
tree | c98cff9152262387cd3ccc289076b2966ccfda08 /rsc/source/parser | |
parent | 2d02fcaec3ea73d4c4f9728dc5f5c2ef187936cb (diff) |
INTEGRATION: CWS pchfix02 (1.12.20); FILE MERGED
2006/09/01 17:33:20 kaib 1.12.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'rsc/source/parser')
-rw-r--r-- | rsc/source/parser/erscerr.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx index ef8d01ac84e4..2a9bc6f20e4a 100644 --- a/rsc/source/parser/erscerr.cxx +++ b/rsc/source/parser/erscerr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: erscerr.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:45:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:58:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_rsc.hxx" #include <stdlib.h> #include <stdio.h> |