summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ProfUNO
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-06 14:03:46 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-06 14:03:46 +0000
commitf0db63e81eef255083b6795640043f99683248e9 (patch)
tree40ad647609155361873518a9b1c3489009950ca6 /odk/examples/DevelopersGuide/ProfUNO
parentb9c876171dcddd6257297916b3872f91fe01b345 (diff)
INTEGRATION: CWS jsc14 (1.4.14); FILE MERGED
2006/10/25 08:52:27 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO')
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx7
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx7
2 files changed, 4 insertions, 10 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx
index 7cdf1ea5ac9c..5fd930c0fb94 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx
+++ b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: string_samples.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:13:36 $
+ * last change: $Author: kz $ $Date: 2006-11-06 15:03:32 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -38,9 +38,6 @@
*
*************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_odk.hxx"
-
#include <stdio.h>
#include <rtl/ustrbuf.hxx>
diff --git a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx
index 0eecdd3fdaa2..9fdd83e59287 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx
+++ b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: object_lifetime.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:13:51 $
+ * last change: $Author: kz $ $Date: 2006-11-06 15:03:46 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -38,9 +38,6 @@
*
*************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_odk.hxx"
-
#include <stdio.h>
#include <cppuhelper/weak.hxx>