diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 19:56:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:24:39 +0100 |
commit | 6bdd60462f57650273cd4f3da3cc5a2cccf9c9c7 (patch) | |
tree | 7895811dd03dd61465740d50d9a30124635a9ff7 /editeng/source/uno/unotext.cxx | |
parent | ead15254172d7d1f9f838cf21b4e5c246bfc7ca3 (diff) |
bool improvements
Change-Id: If99daef91a41036a5b8dac1e53ab68e928b0b710
Diffstat (limited to 'editeng/source/uno/unotext.cxx')
-rw-r--r-- | editeng/source/uno/unotext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx index fa6a90fd975a..ddce2d39f433 100644 --- a/editeng/source/uno/unotext.cxx +++ b/editeng/source/uno/unotext.cxx @@ -1256,7 +1256,7 @@ void SvxUnoTextRangeBase::_setPropertyToDefault(SvxTextForwarder* pForwarder, co return; } - while(0); + while(false); } uno::Any SAL_CALL SvxUnoTextRangeBase::getPropertyDefault( const OUString& aPropertyName ) |