summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:32:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:12 +0200
commitc12bc7f8949b6eda629ad48218c7cc19f8f767ee (patch)
treeb142edef5bc41896cc749a5531c3487cf3b6c8d1 /idl
parent72a416bef846a5e0e6b2814db963082d338c41f3 (diff)
fixincludeguards.sh: idl and idlc
Change-Id: I665e901eb6f65308b8f130da1c6da95bc3255490
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/basobj.hxx6
-rw-r--r--idl/inc/bastype.hxx6
-rw-r--r--idl/inc/command.hxx6
-rw-r--r--idl/inc/database.hxx6
-rw-r--r--idl/inc/globals.hxx6
-rw-r--r--idl/inc/hash.hxx4
-rw-r--r--idl/inc/lex.hxx6
-rw-r--r--idl/inc/module.hxx6
-rw-r--r--idl/inc/object.hxx6
-rw-r--r--idl/inc/slot.hxx6
-rw-r--r--idl/inc/types.hxx6
11 files changed, 32 insertions, 32 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index d09ef13d0abd..a3fce244a4c6 100644
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BASOBJ_HXX
-#define _BASOBJ_HXX
+#ifndef INCLUDED_IDL_INC_BASOBJ_HXX
+#define INCLUDED_IDL_INC_BASOBJ_HXX
#include <tools/ref.hxx>
#include <bastype.hxx>
@@ -228,7 +228,7 @@ typedef tools::SvRef<SvMetaExtern> SvMetaExternRef;
class SvMetaExternMemberList : public SvDeclPersistList<SvMetaExtern *> {};
-#endif // _BASOBJ_HXX
+#endif // INCLUDED_IDL_INC_BASOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx
index 94d6d4054710..0bd86515aac8 100644
--- a/idl/inc/bastype.hxx
+++ b/idl/inc/bastype.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BASTYPE_HXX
-#define _BASTYPE_HXX
+#ifndef INCLUDED_IDL_INC_BASTYPE_HXX
+#define INCLUDED_IDL_INC_BASTYPE_HXX
#include <sal/types.h>
@@ -222,6 +222,6 @@ public:
};
-#endif // _BASTYPE_HXX
+#endif // INCLUDED_IDL_INC_BASTYPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx
index 3ee2bcb9cd74..bbf730d8cef6 100644
--- a/idl/inc/command.hxx
+++ b/idl/inc/command.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COMMAND_HXX
-#define _COMMAND_HXX
+#ifndef INCLUDED_IDL_INC_COMMAND_HXX
+#define INCLUDED_IDL_INC_COMMAND_HXX
#include <rtl/ustring.hxx>
#include <vector>
@@ -53,6 +53,6 @@ class SvIdlWorkingBase;
sal_Bool ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand );
void DeInit();
-#endif // _COMMAND_HXX
+#endif // INCLUDED_IDL_INC_COMMAND_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index f9abfd226f4b..52fc9ef42205 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DATABASE_HXX
-#define _DATABASE_HXX
+#ifndef INCLUDED_IDL_INC_DATABASE_HXX
+#define INCLUDED_IDL_INC_DATABASE_HXX
#include <module.hxx>
#include <hash.hxx>
@@ -162,6 +162,6 @@ public:
sal_Bool WriteDocumentation( SvStream& );
};
-#endif // _DATABASE_HXX
+#endif // INCLUDED_IDL_INC_DATABASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx
index eb1c989b0822..7143f2a605e5 100644
--- a/idl/inc/globals.hxx
+++ b/idl/inc/globals.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GLOBALS_HXX
-#define _GLOBALS_HXX
+#ifndef INCLUDED_IDL_INC_GLOBALS_HXX
+#define INCLUDED_IDL_INC_GLOBALS_HXX
#include <hash.hxx>
@@ -224,6 +224,6 @@ HASH_INLINE(Description)
HASH_INLINE(UnoName)
-#endif // _GLOBALS_HXX
+#endif // INCLUDED_IDL_INC_GLOBALS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx
index 267b514b84ff..71e95609f76d 100644
--- a/idl/inc/hash.hxx
+++ b/idl/inc/hash.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _HASH_HXX
-#define _HASH_HXX
+#ifndef INCLUDED_IDL_INC_HASH_HXX
+#define INCLUDED_IDL_INC_HASH_HXX
#include <rtl/ustring.hxx>
#include <tools/ref.hxx>
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index 558d47c2dd1b..03900e14e314 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _LEX_HXX
-#define _LEX_HXX
+#ifndef INCLUDED_IDL_INC_LEX_HXX
+#define INCLUDED_IDL_INC_LEX_HXX
#include <boost/ptr_container/ptr_vector.hpp>
@@ -262,6 +262,6 @@ public:
-#endif // _LEX_HXX
+#endif // INCLUDED_IDL_INC_LEX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index ff76450609ee..ce3ab0288a6a 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _MODULE_HXX
-#define _MODULE_HXX
+#ifndef INCLUDED_IDL_INC_MODULE_HXX
+#define INCLUDED_IDL_INC_MODULE_HXX
#include <slot.hxx>
#include <object.hxx>
@@ -94,6 +94,6 @@ typedef tools::SvRef<SvMetaModule> SvMetaModuleRef;
class SvMetaModuleMemberList : public SvDeclPersistList<SvMetaModule *> {};
-#endif // _MODULE_HXX
+#endif // INCLUDED_IDL_INC_MODULE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx
index 7f26446077e4..01b51e204cdf 100644
--- a/idl/inc/object.hxx
+++ b/idl/inc/object.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OBJECT_HXX
-#define _OBJECT_HXX
+#ifndef INCLUDED_IDL_INC_OBJECT_HXX
+#define INCLUDED_IDL_INC_OBJECT_HXX
#include <types.hxx>
#include <slot.hxx>
@@ -135,6 +135,6 @@ public:
HelpIdTable& rTable );
};
-#endif // _OBJECT_HXX
+#endif // INCLUDED_IDL_INC_OBJECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 48a85c00c325..787c4d30ea39 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SLOT_HXX
-#define _SLOT_HXX
+#ifndef INCLUDED_IDL_INC_SLOT_HXX
+#define INCLUDED_IDL_INC_SLOT_HXX
#include <types.hxx>
#include <command.hxx>
@@ -257,6 +257,6 @@ typedef tools::SvRef<SvMetaSlot> SvMetaSlotRef;
class SvMetaSlotMemberList : public SvDeclPersistList<SvMetaSlot *> {};
-#endif // _SLOT_HXX
+#endif // INCLUDED_IDL_INC_SLOT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index ee0d363739a2..077b8768980b 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _TYPES_HXX
-#define _TYPES_HXX
+#ifndef INCLUDED_IDL_INC_TYPES_HXX
+#define INCLUDED_IDL_INC_TYPES_HXX
#include <rtl/strbuf.hxx>
#include <tools/ref.hxx>
@@ -306,6 +306,6 @@ typedef tools::SvRef<SvMetaTypevoid> SvMetaTypevoidRef;
class SvMetaTypevoidMemberList : public SvDeclPersistList<SvMetaTypevoid *> {};
-#endif // _TYPES_HXX
+#endif // INCLUDED_IDL_INC_TYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */