summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-29 11:04:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-29 11:08:32 +0100
commit612dac063a144506b44f4ab2afa2c5cdf9d882b4 (patch)
tree856ab6ea17ca4760995b8ca41766c5c0c2115de7 /stoc
parent8a8ea11e5ea386af8b91b2ff36e5906afc571c2b (diff)
bool improvements
Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/invocation/invocation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx
index 1d8df1ed0aba..98ef7233425c 100644
--- a/stoc/source/invocation/invocation.cxx
+++ b/stoc/source/invocation/invocation.cxx
@@ -1056,7 +1056,7 @@ Sequence< sal_Int8 > SAL_CALL Invocation_Impl::getImplementationId( ) throw( Ru
MutexGuard guard( Mutex::getGlobalMutex() );
if( ! pId )
{
- static OImplementationId id( sal_False );
+ static OImplementationId id( false );
pId = &id;
}
}