summaryrefslogtreecommitdiff
path: root/idl/inc/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/object.hxx')
-rw-r--r--idl/inc/object.hxx6
1 files changed, 3 insertions, 3 deletions
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: */