diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:01:44 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:26:26 +0100 |
commit | dc61cc8c96dc7286076185b1fb09c7c9887601e0 (patch) | |
tree | 61f56f6cd68580be8778b3893c04745ef55cae4b /idl | |
parent | 5061fa53456fc4d361dd4cb7871c56a229937101 (diff) |
bool improvements
Change-Id: Ifdee50acbc72387812156af5cb8b078d97ebe5d1
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/objects/types.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx index d0ff705aa245..2e1c5097e1f5 100644 --- a/idl/source/objects/types.cxx +++ b/idl/source/objects/types.cxx @@ -1547,7 +1547,7 @@ void SvMetaType::WriteMethodArgs default: { - DBG_ASSERT( sal_False, "WriteType not implemented" ); + DBG_ASSERT( false, "WriteType not implemented" ); } } ++it; @@ -1672,7 +1672,7 @@ void SvMetaType::WriteTypePrefix( SvIdlDataBase & rBase, SvStream & rOutStm, default: { - DBG_ASSERT( sal_False, "WriteType not implemented" ); + DBG_ASSERT( false, "WriteType not implemented" ); } } } |