summaryrefslogtreecommitdiff
path: root/include/ucbhelper/macros.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/macros.hxx')
-rw-r--r--include/ucbhelper/macros.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx
index 846f31bd645a..760b0d845e95 100644
--- a/include/ucbhelper/macros.hxx
+++ b/include/ucbhelper/macros.hxx
@@ -329,7 +329,7 @@ Class::getImplementationId() \
osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); \
if ( !pId ) \
{ \
- static cppu::OImplementationId id( sal_False ); \
+ static cppu::OImplementationId id( false ); \
pId = &id; \
} \
} \