diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:47:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:47:56 +0000 |
commit | 5201fc2794d4c3bd4ad82771a60bef107089436a (patch) | |
tree | be135d7bfbb0ccc66abb3f91630c4814eafaa59a /idl/source | |
parent | b86818cb05bc866a9b2e432ec578b5f847474693 (diff) |
INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED
2006/09/01 17:31:04 kaib 1.3.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/objects/module.cxx | 7 | ||||
-rw-r--r-- | idl/source/objects/object.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx index c8a8da02f147..664012349ed0 100644 --- a/idl/source/objects/module.cxx +++ b/idl/source/objects/module.cxx @@ -4,9 +4,9 @@ * * $RCSfile: module.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:42:12 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:47:42 $ * * 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_idl.hxx" + #include <ctype.h> #include <stdio.h> diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx index c388eaf837be..71b50654196a 100644 --- a/idl/source/objects/object.cxx +++ b/idl/source/objects/object.cxx @@ -4,9 +4,9 @@ * * $RCSfile: object.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:42:24 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:47:56 $ * * 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_idl.hxx" + #include <ctype.h> #include <stdio.h> |