diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:35:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:35:47 +0000 |
commit | 15032fb1b9403349dd473b339046e1d15ee9df37 (patch) | |
tree | 80f65455b9ab5bb312df28bfe8da3f893df1ed56 /codemaker/source | |
parent | 7101484bf0e10eebba3f44aff696b8b35372cc05 (diff) |
INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED
2006/09/01 17:19:21 kaib 1.5.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker/source')
-rw-r--r-- | codemaker/source/commoncpp/commoncpp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/commoncpp/commoncpp.cxx b/codemaker/source/commoncpp/commoncpp.cxx index 06b9eb465957..6f78bf3e7903 100644 --- a/codemaker/source/commoncpp/commoncpp.cxx +++ b/codemaker/source/commoncpp/commoncpp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: commoncpp.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:23:34 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:35:47 $ * * 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_codemaker.hxx" #include "sal/config.h" #include "codemaker/commoncpp.hxx" |