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 --- svtools/source/hatchwindow/hatchwindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/hatchwindow/hatchwindow.cxx b/svtools/source/hatchwindow/hatchwindow.cxx index a2f6413d90d8..9efb09628226 100644 --- a/svtools/source/hatchwindow/hatchwindow.cxx +++ b/svtools/source/hatchwindow/hatchwindow.cxx @@ -169,7 +169,7 @@ uno::Sequence< sal_Int8 > SAL_CALL VCLXHatchWindow::getImplementationId() if ( pID == NULL ) { - static ::cppu::OImplementationId aID( sal_False ) ; + static ::cppu::OImplementationId aID( false ) ; pID = &aID ; } } -- cgit