summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:19:03 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:19:03 +0000
commitfcdd65c390ac6609c5fd0a95e209464be933a110 (patch)
tree51f966d8f33f982d9a21eaf4f945be15a22446eb /odk
parent89cc08ba4a55fa5792b07eec96ad2b046d41f65a (diff)
INTEGRATION: CWS jsc21 (1.2.208); FILE MERGED
2008/02/13 13:47:27 jsc 1.2.208.1: #i72964# cleanup header guards
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl9
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl9
2 files changed, 8 insertions, 10 deletions
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 <XSomethingA.idl>
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 <XSomethingB.idl>
module com { module sun { module star { module test {