summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 23:14:06 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 23:14:06 +0000
commit1a19ab9c083e5805efef305628b84db4caab30a0 (patch)
tree6184074b5e422a49686f89f3769a47e52987adaa /odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx
parenta626b2f513d5376f141b1df58750ad54b940758b (diff)
INTEGRATION: CWS pchfix02 (1.2.98); FILE MERGED
2006/09/01 17:32:25 kaib 1.2.98.1: #i68856# Added header markers and pch files
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx')
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx b/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx
index 1024a538c84d..7c08fba9783c 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx
+++ b/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SimpleBootstrap_cpp.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 16:50:19 $
+ * last change: $Author: obo $ $Date: 2006-09-17 00:14:06 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -38,6 +38,9 @@
*
*************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_odk.hxx"
+
#include <iostream>
#include <cppuhelper/bootstrap.hxx>
#include <com/sun/star/bridge/XUnoUrlResolver.hpp>