summaryrefslogtreecommitdiff
path: root/tools/inc/tools/rtti.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/rtti.hxx')
-rw-r--r--tools/inc/tools/rtti.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/tools/rtti.hxx b/tools/inc/tools/rtti.hxx
index 98e9152502a3..4a165e3c99ed 100644
--- a/tools/inc/tools/rtti.hxx
+++ b/tools/inc/tools/rtti.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -121,7 +121,7 @@ typedef void* (*TypeId)();
// On-Demand-faehige persistent-TypeId Version
#define TYPEINFO_ID(id) \
- static TypeId StaticType() { return (TypeId) ( id | 0xF000000L ); } \
+ static TypeId StaticType() { return (TypeId) ( id | 0xF000000L ); } \
static BOOL IsOf( TypeId aSameOrSuperType ); \
virtual TypeId Type() const; \
virtual BOOL IsA( TypeId aSameOrSuperType ) const