diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:49:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:49:42 +0000 |
commit | 0e84621797c7b1e589a96a4ecbf220faec2ca9cd (patch) | |
tree | 46a92fc055dfa2bcad9f4dba2e7b7451803db7e6 /idl | |
parent | a1b51481d6c6cc3d7f9b65373ffc754521f60a48 (diff) |
INTEGRATION: CWS pchfix02 (1.4.4); FILE MERGED
2006/09/01 17:31:05 kaib 1.4.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/prj/svidl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx index 4febd72d4649..c0e2d9034b4a 100644 --- a/idl/source/prj/svidl.cxx +++ b/idl/source/prj/svidl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svidl.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:43:59 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:49: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 <stdlib.h> #include <stdio.h> #include <database.hxx> |