summaryrefslogtreecommitdiffstats
path: root/ucbhelper/source/provider/contentidentifier.cxx
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 /ucbhelper/source/provider/contentidentifier.cxx
parentbool improvements (diff)
downloadcore-612dac063a144506b44f4ab2afa2c5cdf9d882b4.tar.gz
core-612dac063a144506b44f4ab2afa2c5cdf9d882b4.zip
bool improvements
Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee
Diffstat (limited to 'ucbhelper/source/provider/contentidentifier.cxx')
-rw-r--r--ucbhelper/source/provider/contentidentifier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/contentidentifier.cxx b/ucbhelper/source/provider/contentidentifier.cxx
index c700e741d3b7..ece3f0afaea7 100644
--- a/ucbhelper/source/provider/contentidentifier.cxx
+++ b/ucbhelper/source/provider/contentidentifier.cxx
@@ -142,7 +142,7 @@ ContentIdentifier::getImplementationId()
osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() );
if ( !pId )
{
- static cppu::OImplementationId id( sal_False );
+ static cppu::OImplementationId id( false );
pId = &id;
}
}