From 5b7050362067e6eace8b303b7d9515075b7e2803 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 28 Jan 2014 19:57:45 +0100 Subject: bool improvements Change-Id: I27174aeadb37e56c701c46fe7f97853b98ba7333 --- include/toolkit/controls/unocontrolmodel.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/toolkit/controls/unocontrolmodel.hxx b/include/toolkit/controls/unocontrolmodel.hxx index e7cf04405635..1495db02e554 100644 --- a/include/toolkit/controls/unocontrolmodel.hxx +++ b/include/toolkit/controls/unocontrolmodel.hxx @@ -179,7 +179,7 @@ public: std::list< sal_uInt16 > aIds; \ a::ImplGetPropertyIds( aIds ); \ ImplRegisterProperties( aIds ); \ - } while (0) + } while (false) #endif // INCLUDED_TOOLKIT_CONTROLS_UNOCONTROLMODEL_HXX -- cgit