summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-18 12:37:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-18 12:37:46 +0000
commit95fc37cbb81a6bf924feb1c773830f01dd134a65 (patch)
tree8e3f6d966e0feb98da9663af6e3444e7d23382d3
parentd986b649928da4541cebaeb4bbf5f386d86a3287 (diff)
INTEGRATION: CWS adc17 (1.4.18); FILE MERGED
2007/08/31 14:45:27 np 1.4.18.1: #i80569# remove wrong pchs.
-rw-r--r--autodoc/source/ary/idl/i_enum.cxx7
-rw-r--r--autodoc/source/ary/idl/i_function.cxx7
-rw-r--r--autodoc/source/ary/idl/i_module.cxx7
-rw-r--r--autodoc/source/ary/idl/i_param.cxx7
-rw-r--r--autodoc/source/ary/idl/i_service.cxx7
-rw-r--r--autodoc/source/ary/idl/i_siservice.cxx7
-rw-r--r--autodoc/source/ary/idl/i_sisingleton.cxx7
-rw-r--r--autodoc/source/ary/idl/i_typedef.cxx7
-rw-r--r--autodoc/source/ary/idl/is_ce.cxx8
9 files changed, 18 insertions, 46 deletions
diff --git a/autodoc/source/ary/idl/i_enum.cxx b/autodoc/source/ary/idl/i_enum.cxx
index 4bd8702b1ea0..047a789b0ff7 100644
--- a/autodoc/source/ary/idl/i_enum.cxx
+++ b/autodoc/source/ary/idl/i_enum.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: i_enum.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 16:21:51 $
+ * last change: $Author: vg $ $Date: 2007-09-18 13:32:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_autodoc.hxx"
-
#include <precomp.h>
#include <ary/idl/i_enum.hxx>
#include <ary/idl/ik_enum.hxx>
diff --git a/autodoc/source/ary/idl/i_function.cxx b/autodoc/source/ary/idl/i_function.cxx
index 3762beef4210..5e8e3e5efa6f 100644
--- a/autodoc/source/ary/idl/i_function.cxx
+++ b/autodoc/source/ary/idl/i_function.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: i_function.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 16:22:32 $
+ * last change: $Author: vg $ $Date: 2007-09-18 13:32:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_autodoc.hxx"
-
#include <precomp.h>
#include <ary/idl/i_function.hxx>
diff --git a/autodoc/source/ary/idl/i_module.cxx b/autodoc/source/ary/idl/i_module.cxx
index 37c82fd80da5..83b389aff330 100644
--- a/autodoc/source/ary/idl/i_module.cxx
+++ b/autodoc/source/ary/idl/i_module.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: i_module.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 16:22:59 $
+ * last change: $Author: vg $ $Date: 2007-09-18 13:33:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_autodoc.hxx"
-
#include <precomp.h>
#include <ary/idl/i_module.hxx>
#include <ary/idl/ik_module.hxx>
diff --git a/autodoc/source/ary/idl/i_param.cxx b/autodoc/source/ary/idl/i_param.cxx
index 3490446564ff..e6f7417d0acf 100644
--- a/autodoc/source/ary/idl/i_param.cxx
+++ b/autodoc/source/ary/idl/i_param.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: i_param.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 16:23:26 $
+ * last change: $Author: vg $ $Date: 2007-09-18 13:33:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_autodoc.hxx"
-
#include <precomp.h>
#include <ary/idl/i_param.hxx>
diff --git a/autodoc/source/ary/idl/i_service.cxx b/autodoc/source/ary/idl/i_service.cxx
index 17a4d7fd1098..2604aaca4bfa 100644
--- a/autodoc/source/ary/idl/i_service.cxx
+++ b/autodoc/source/ary/idl/i_service.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: i_service.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 16:24:07 $
+ * last change: $Author: vg $ $Date: 2007-09-18 13:34:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_autodoc.hxx"
-
#include <precomp.h>
#include <ary/idl/i_service.hxx>
diff --git a/autodoc/source/ary/idl/i_siservice.cxx b/autodoc/source/ary/idl/i_siservice.cxx
index ce40f25a0af6..9677c21efefd 100644
--- a/autodoc/source/ary/idl/i_siservice.cxx
+++ b/autodoc/source/ary/idl/i_siservice.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: i_siservice.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 16:24:34 $
+ * last change: $Author: vg $ $Date: 2007-09-18 13:35:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_autodoc.hxx"
-
#include <precomp.h>
#include <ary/idl/i_siservice.hxx>
#include <ary/idl/ik_siservice.hxx>
diff --git a/autodoc/source/ary/idl/i_sisingleton.cxx b/autodoc/source/ary/idl/i_sisingleton.cxx
index ede7c04e0d90..da310c5bc055 100644
--- a/autodoc/source/ary/idl/i_sisingleton.cxx
+++ b/autodoc/source/ary/idl/i_sisingleton.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: i_sisingleton.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 16:24:48 $
+ * last change: $Author: vg $ $Date: 2007-09-18 13:35:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_autodoc.hxx"
-
#include <precomp.h>
#include <ary/idl/i_sisingleton.hxx>
diff --git a/autodoc/source/ary/idl/i_typedef.cxx b/autodoc/source/ary/idl/i_typedef.cxx
index f4e592411c23..abc87bd89588 100644
--- a/autodoc/source/ary/idl/i_typedef.cxx
+++ b/autodoc/source/ary/idl/i_typedef.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: i_typedef.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 16:25:43 $
+ * last change: $Author: vg $ $Date: 2007-09-18 13:36:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_autodoc.hxx"
-
#include <precomp.h>
#include <ary/idl/i_typedef.hxx>
#include <ary/idl/ik_typedef.hxx>
diff --git a/autodoc/source/ary/idl/is_ce.cxx b/autodoc/source/ary/idl/is_ce.cxx
index ac7c4c9d85c9..375b71204627 100644
--- a/autodoc/source/ary/idl/is_ce.cxx
+++ b/autodoc/source/ary/idl/is_ce.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: is_ce.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 16:27:15 $
+ * last change: $Author: vg $ $Date: 2007-09-18 13:37:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,10 +33,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_autodoc.hxx"
-
-
#include <precomp.h>
#include "is_ce.hxx"