summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxtopwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/vclxtopwindow.cxx')
-rw-r--r--toolkit/source/awt/vclxtopwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtopwindow.cxx b/toolkit/source/awt/vclxtopwindow.cxx
index d382d3fef5e4..e2697aeed071 100644
--- a/toolkit/source/awt/vclxtopwindow.cxx
+++ b/toolkit/source/awt/vclxtopwindow.cxx
@@ -286,7 +286,7 @@ Window* VCLXTopWindow::GetWindowImpl()
::osl::Guard< ::osl::Mutex > aGuard( ::osl::Mutex::getGlobalMutex() );
if( !pIdWithHandle )
{
- static ::cppu::OImplementationId idWithHandle( sal_False );
+ static ::cppu::OImplementationId idWithHandle( false );
pIdWithHandle = &idWithHandle;
}
}
@@ -300,7 +300,7 @@ Window* VCLXTopWindow::GetWindowImpl()
::osl::Guard< ::osl::Mutex > aGuard( ::osl::Mutex::getGlobalMutex() );
if( !pId )
{
- static ::cppu::OImplementationId id( sal_False );
+ static ::cppu::OImplementationId id( false );
pId = &id;
}
}