From 4b29adc5e845caaa0c621d8548d673c9ee9fa296 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 10 Apr 2008 15:54:52 +0000 Subject: 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 --- odk/examples/cpp/counter/counter.cxx | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'odk/examples/cpp/counter') 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 - -#ifndef _RTL_USTRING_HXX_ #include -#endif - -#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_ #include // helper for queryInterface() impl -#endif -#ifndef _CPPUHELPER_FACTORY_HXX_ #include // helper for component factory -#endif // generated c++ interfaces - -#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_ #include -#endif -#ifndef _FOO_XCOUNTABLE_HPP_ #include -#endif #define SERVICENAME "foo.Counter" #define IMPLNAME "com.sun.star.comp.example.cpp.Counter" -- cgit