summaryrefslogtreecommitdiff
path: root/odk/examples/cpp
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 15:54:52 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 15:54:52 +0000
commit4b29adc5e845caaa0c621d8548d673c9ee9fa296 (patch)
treedbf62288c11dbe9088779870ed0653caf4958c15 /odk/examples/cpp
parent123c87d2f2e3ec1343270e913ae9b65075d328c7 (diff)
INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED
2008/04/01 12:31:57 thb 1.6.98.1: #i85898# Stripping all external header guards
Diffstat (limited to 'odk/examples/cpp')
-rw-r--r--odk/examples/cpp/counter/counter.cxx23
1 files changed, 2 insertions, 21 deletions
diff --git a/odk/examples/cpp/counter/counter.cxx b/odk/examples/cpp/counter/counter.cxx
index 4ebf14f7a159..9cf29febacc3 100644
--- a/odk/examples/cpp/counter/counter.cxx
+++ b/odk/examples/cpp/counter/counter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: counter.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2006-11-06 15:06:58 $
+ * last change: $Author: rt $ $Date: 2008-04-10 16:54:51 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -50,34 +50,15 @@
*************************************************************************/
#include <stdio.h>
-
-#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
-#endif
-
-#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_
#include <cppuhelper/queryinterface.hxx> // helper for queryInterface() impl
-#endif
-#ifndef _CPPUHELPER_FACTORY_HXX_
#include <cppuhelper/factory.hxx> // helper for component factory
-#endif
// generated c++ interfaces
-
-#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#endif
-#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#endif
-#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
#include <com/sun/star/lang/XServiceInfo.hpp>
-#endif
-#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_
#include <com/sun/star/registry/XRegistryKey.hpp>
-#endif
-#ifndef _FOO_XCOUNTABLE_HPP_
#include <foo/XCountable.hpp>
-#endif
#define SERVICENAME "foo.Counter"
#define IMPLNAME "com.sun.star.comp.example.cpp.Counter"