summaryrefslogtreecommitdiff
path: root/odk/examples
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:19:31 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:19:31 +0000
commit163982c4f9b513df2a5253968832d8f7182acc66 (patch)
tree8417c0391e908b4c8b7d3ff19ff77dce2faafe81 /odk/examples
parentfcdd65c390ac6609c5fd0a95e209464be933a110 (diff)
INTEGRATION: CWS jsc21 (1.4.208); FILE MERGED
2008/02/13 13:47:27 jsc 1.4.208.1: #i72964# cleanup header guards
Diffstat (limited to 'odk/examples')
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl8
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl8
2 files changed, 8 insertions, 8 deletions
diff --git a/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl b/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl
index 789108baca93..656473e1c2d7 100644
--- a/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl
+++ b/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSomethingA.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 16:16:03 $
+ * last change: $Author: rt $ $Date: 2008-07-11 14:19:17 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -38,8 +38,8 @@
*
*************************************************************************/
-#ifndef _com_sun_star_test_XSomethingA_idl_
-#define _com_sun_star_test_XSomethingA_idl_
+#ifndef INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGA_IDL
+#define INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGA_IDL
#include <com/sun/star/uno/XInterface.idl>
diff --git a/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl b/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl
index e432d620bca4..c46a597c1684 100644
--- a/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl
+++ b/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSomethingB.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 16:16:17 $
+ * last change: $Author: rt $ $Date: 2008-07-11 14:19:31 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -38,8 +38,8 @@
*
*************************************************************************/
-#ifndef _com_sun_star_test_XSomethingB_idl_
-#define _com_sun_star_test_XSomethingB_idl_
+#ifndef INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGB_IDL
+#define INCLUDED_COM_SUN_STAR_TEST_XSOMETHINGB_IDL
#include <com/sun/star/uno/XInterface.idl>