summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:32:23 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:32:23 +0000
commit8313cf4f21b3c34472889ef8206b0d7fd6e08d61 (patch)
tree513bbc2fda0464899a407acb7208f851d30e9a1a /odk
parent8e007a870b72a40614377e7684dac59346a38a75 (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')
-rw-r--r--odk/examples/java/Spreadsheet/XCalcAddins.idl13
-rw-r--r--odk/examples/java/ToDo/XToDo.idl10
2 files changed, 8 insertions, 15 deletions
diff --git a/odk/examples/java/Spreadsheet/XCalcAddins.idl b/odk/examples/java/Spreadsheet/XCalcAddins.idl
index d81c9b014485..afaf368e895e 100644
--- a/odk/examples/java/Spreadsheet/XCalcAddins.idl
+++ b/odk/examples/java/Spreadsheet/XCalcAddins.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCalcAddins.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 17:16:24 $
+ * last change: $Author: rt $ $Date: 2008-07-11 14:31:08 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -37,13 +37,8 @@
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*************************************************************************/
-
-// Guard against multiple includes
-#ifndef _org_openoffice_sheet_addin_XCalcAddins_
-#define _org_openoffice_sheet_addin_XCalcAddins_
-
-// must be included always for compatibility reasons
-#include <com/sun/star/uno/XInterface.idl>
+#ifndef INCLUDED_ORG_OPENOFFICE_SHEET_ADDIN_XCALCADDIN_IDL
+#define INCLUDED_ORG_OPENOFFICE_SHEET_ADDIN_XCALCADDIN_IDL
#include <com/sun/star/beans/XPropertySet.idl>
#include <com/sun/star/sheet/AddIn.idl>
diff --git a/odk/examples/java/ToDo/XToDo.idl b/odk/examples/java/ToDo/XToDo.idl
index b83f03683aa9..999bcb3fbbb8 100644
--- a/odk/examples/java/ToDo/XToDo.idl
+++ b/odk/examples/java/ToDo/XToDo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XToDo.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 17:20:52 $
+ * last change: $Author: rt $ $Date: 2008-07-11 14:32:23 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -38,11 +38,9 @@
*
*************************************************************************/
-#ifndef _org_openoffice_XToDo_idl_
-#define _org_openoffice_XToDo_idl_
+#ifndef INCLUDED_ORG_OPENOFFICE_XTODO_IDL
+#define INCLUDED_ORG_OPENOFFICE_XTODO_IDL
-// must be included always for compatibility reasons
-#include <com/sun/star/uno/XInterface.idl>
/// org
module org {