summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
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" );
}
}
}