From dc61cc8c96dc7286076185b1fb09c7c9887601e0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 28 Jan 2014 20:01:44 +0100 Subject: bool improvements Change-Id: Ifdee50acbc72387812156af5cb8b078d97ebe5d1 --- idl/source/objects/types.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'idl') 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" ); } } } -- cgit