diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:01:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:01:30 +0000 |
commit | 8d17be4bc0e516b22549795cd550bbd0e285c7d1 (patch) | |
tree | 92e78b8f6ab48bfddc00568f72f8e63e146b7a02 /rsc | |
parent | cf9fdc2e01902cb9b1619a3923797cc50acbd0eb (diff) |
INTEGRATION: CWS pchfix02 (1.8.14); FILE MERGED
2006/09/01 17:33:22 kaib 1.8.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/res/rscclass.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/res/rscclass.cxx b/rsc/source/res/rscclass.cxx index 3f5ef45af39a..1cf7ab81451c 100644 --- a/rsc/source/res/rscclass.cxx +++ b/rsc/source/res/rscclass.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscclass.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2006-07-19 17:14:40 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:01:30 $ * * 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" /****************** I N C L U D E S **************************************/ // C and C++ Includes. |