diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 19:57:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:26:17 +0100 |
commit | 5b7050362067e6eace8b303b7d9515075b7e2803 (patch) | |
tree | 269dfb5fa2e9bd3e066bc13f908f936f6e704dfc /include | |
parent | 0d957046f103605ba51b2a59a8f4c463ca33010a (diff) |
bool improvements
Change-Id: I27174aeadb37e56c701c46fe7f97853b98ba7333
Diffstat (limited to 'include')
-rw-r--r-- | include/toolkit/controls/unocontrolmodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |