From 612dac063a144506b44f4ab2afa2c5cdf9d882b4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 29 Jan 2014 11:04:49 +0100 Subject: bool improvements Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee --- avmedia/source/framework/soundhandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avmedia') diff --git a/avmedia/source/framework/soundhandler.cxx b/avmedia/source/framework/soundhandler.cxx index f81df491d196..a1b0a8389f8f 100644 --- a/avmedia/source/framework/soundhandler.cxx +++ b/avmedia/source/framework/soundhandler.cxx @@ -85,7 +85,7 @@ css::uno::Sequence< sal_Int8 > SAL_CALL SoundHandler::getImplementationId() thro if ( pID == NULL ) { /* Create a new static ID ... */ - static ::cppu::OImplementationId aID( sal_False ); + static ::cppu::OImplementationId aID( false ); /* ... and set his address to static pointer! */ pID = &aID ; } -- cgit v1.2.3