diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:03:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:03:28 +0000 |
commit | 67f1206b202fcc4a2dd973f27d8927ae52c7749f (patch) | |
tree | 348b6f2335810c5d5d4ce326a78e750e69dca820 /rsc | |
parent | c28c0eeac1a1772355a39a83947b48582faab379 (diff) |
INTEGRATION: CWS pchfix02 (1.26.20); FILE MERGED
2006/09/01 17:33:24 kaib 1.26.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/rsc/rsc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx index 2d2feea8590b..25cb2c6897ef 100644 --- a/rsc/source/rsc/rsc.cxx +++ b/rsc/source/rsc/rsc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rsc.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:49:07 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:03:28 $ * * 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 File */ /****************************************************************/ |