From fcdd65c390ac6609c5fd0a95e209464be933a110 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:19:03 +0000 Subject: INTEGRATION: CWS jsc21 (1.2.208); FILE MERGED 2008/02/13 13:47:27 jsc 1.2.208.1: #i72964# cleanup header guards --- .../DevelopersGuide/Components/JavaComponent/SomethingA.idl | 9 ++++----- .../DevelopersGuide/Components/JavaComponent/SomethingB.idl | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl b/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl index d1f86dac8a63..25cc1204e142 100644 --- a/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl +++ b/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl @@ -2,9 +2,9 @@ * * $RCSfile: SomethingA.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-01-31 16:14:47 $ + * last change: $Author: rt $ $Date: 2008-07-11 14:18:44 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -38,10 +38,9 @@ * *************************************************************************/ -#ifndef _com_sun_star_test_SomethingA_idl_ -#define _com_sun_star_test_SomethingA_idl_ +#ifndef INCLUDED_COM_SUN_STAR_TEST_SOMETHINGA_IDL +#define INCLUDED_COM_SUN_STAR_TEST_SOMETHINGA_IDL -// normally the module structure is reflected in the path #include module com { module sun { module star { module test { diff --git a/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl b/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl index 4a8bdf27af93..f70cb534e12f 100644 --- a/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl +++ b/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl @@ -2,9 +2,9 @@ * * $RCSfile: SomethingB.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-01-31 16:14:58 $ + * last change: $Author: rt $ $Date: 2008-07-11 14:19:03 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -38,10 +38,9 @@ * *************************************************************************/ -#ifndef _com_sun_star_test_SomethingB_idl_ -#define _com_sun_star_test_SomethingB_idl_ +#ifndef INCLUDED_COM_SUN_STAR_TEST_SOMETHINGB_IDL +#define INCLUDED_COM_SUN_STAR_TEST_SOMETHINGB_IDL -// normally the module structure is reflected in the path #include module com { module sun { module star { module test { -- cgit