summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/counter/countermain.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-06 14:07:28 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-06 14:07:28 +0000
commit068e2bdf9dd3f01f348fd7432d66418470a4d35f (patch)
treecea9bca23cd7c8f601af40bc7100168020cfa42e /odk/examples/cpp/counter/countermain.cxx
parentf073e10e2e3498abe4798a5af1bd4aa726957ac7 (diff)
INTEGRATION: CWS jsc14 (1.7.14); FILE MERGED
2006/10/25 08:52:30 jsc 1.7.14.1: #i70636# remove auto generated precompiled header include
Diffstat (limited to 'odk/examples/cpp/counter/countermain.cxx')
-rw-r--r--odk/examples/cpp/counter/countermain.cxx17
1 files changed, 7 insertions, 10 deletions
diff --git a/odk/examples/cpp/counter/countermain.cxx b/odk/examples/cpp/counter/countermain.cxx
index 7e9306bee834..c4a695657c2b 100644
--- a/odk/examples/cpp/counter/countermain.cxx
+++ b/odk/examples/cpp/counter/countermain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: countermain.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:16:42 $
+ * last change: $Author: kz $ $Date: 2006-11-06 15:07:28 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -38,16 +38,13 @@
*
*************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_odk.hxx"
-
-/***************************************************************************************************
- ***************************************************************************************************
+/*************************************************************************
+ *************************************************************************
*
* simple client application registering and using the counter component.
*
- ***************************************************************************************************
- **************************************************************************************************/
+ *************************************************************************
+ *************************************************************************/
#include <stdio.h>
@@ -72,7 +69,7 @@ using namespace com::sun::star::registry;
using namespace ::rtl;
-//==================================================================================================
+//=======================================================================
int SAL_CALL main(int argc, char **argv)
{
Reference< XSimpleRegistry > xReg = createSimpleRegistry();