summaryrefslogtreecommitdiffstats
path: root/idl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:01:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:26 +0100
commitdc61cc8c96dc7286076185b1fb09c7c9887601e0 (patch)
tree61f56f6cd68580be8778b3893c04745ef55cae4b /idl
parentbool improvements (diff)
downloadcore-dc61cc8c96dc7286076185b1fb09c7c9887601e0.tar.gz
core-dc61cc8c96dc7286076185b1fb09c7c9887601e0.zip
bool improvements
Change-Id: Ifdee50acbc72387812156af5cb8b078d97ebe5d1
Diffstat (limited to 'idl')
-rw-r--r--idl/source/objects/types.cxx4
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" );
}
}
}