summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/counter/counter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/counter/counter.cxx')
-rw-r--r--odk/examples/cpp/counter/counter.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/odk/examples/cpp/counter/counter.cxx b/odk/examples/cpp/counter/counter.cxx
index 227092a58d3f..86f8d87b6271 100644
--- a/odk/examples/cpp/counter/counter.cxx
+++ b/odk/examples/cpp/counter/counter.cxx
@@ -33,16 +33,12 @@
*
*************************************************************************/
-/*************************************************************************
- *************************************************************************
- *
+/*
* service implementation: foo.Counter
* exported interfaces: foo.XCounter
*
* simple example component implementing a counter
- *
- *************************************************************************
- *************************************************************************/
+ */
#include <stdio.h>
#include <rtl/ustring.hxx>
@@ -147,11 +143,6 @@ Reference< XInterface > SAL_CALL MyCounterImpl_create(
return Reference<XInterface>(static_cast<XCountable*>(new MyCounterImpl(xMgr)));
}
-
-
-//#### EXPORTED ###########################################################
-
-
/**
* This function is called to get service factories for an implementation.
*