summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/counter/countermain.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 10:51:35 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 10:51:35 +0000
commit074d44668e051a58e8cf1ec62ef09511a06fb13b (patch)
tree97072b71baaee81ef4a79c3ed76d89ffc0cf8417 /odk/examples/cpp/counter/countermain.cxx
parent4e6021c226bfa80eab6949d6f1261216a4e14001 (diff)
INTEGRATION: CWS sdk12bugfix (1.5.8); FILE MERGED
2004/03/01 11:38:51 jsc 1.5.8.1: #112169# remove unnecessary header
Diffstat (limited to 'odk/examples/cpp/counter/countermain.cxx')
-rw-r--r--odk/examples/cpp/counter/countermain.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/odk/examples/cpp/counter/countermain.cxx b/odk/examples/cpp/counter/countermain.cxx
index 5598153e1f18..46b858373faa 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 20:07:53 $
+ * last change: $Author: obo $ $Date: 2004-03-17 11:51:35 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -53,7 +53,6 @@
#include <osl/diagnose.h>
#include <cppuhelper/bootstrap.hxx>
-#include <cppuhelper/servicefactory.hxx>
// generated c++ interfaces
#include <com/sun/star/lang/XComponent.hpp>