diff options
Diffstat (limited to 'avmedia/source')
-rw-r--r-- | avmedia/source/framework/soundhandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; } |