summaryrefslogtreecommitdiff
path: root/autodoc/source/display/idl/hfi_method.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-18 13:11:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-18 13:11:43 +0000
commit72ef55fe37b026d9f89cea441737d4c20fd35c73 (patch)
treefef618241613a0848764e048149f6f477a03df8d /autodoc/source/display/idl/hfi_method.cxx
parent179fc2e2e25d3e9bc7c198b1e9ea6651fc6de84a (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'autodoc/source/display/idl/hfi_method.cxx')
-rw-r--r--autodoc/source/display/idl/hfi_method.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/source/display/idl/hfi_method.cxx b/autodoc/source/display/idl/hfi_method.cxx
index 88c044c2af30..40218e5780d2 100644
--- a/autodoc/source/display/idl/hfi_method.cxx
+++ b/autodoc/source/display/idl/hfi_method.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hfi_method.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-11-01 17:14:35 $
+ * last change: $Author: hr $ $Date: 2003-03-18 14:11:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,7 +140,7 @@ HF_IdlMethod::write_Declaration( const String & i_sName,
types = aDecl.Types();
Xml::Element &
names = aDecl.Names();
- bool bParams = bool(i_rParams);
+ bool bParams = bool( BOOL_OF(i_rParams) );
if (bParams)
{
front
@@ -168,7 +168,7 @@ HF_IdlMethod::write_Declaration( const String & i_sName,
<< "()";
- if (i_rExceptions)
+ if ( BOOL_OF(i_rExceptions) )
{
Xml::Element &
rExcOut = aDecl.Add_RaisesLine("raises", NOT bParams);