summaryrefslogtreecommitdiff
path: root/autodoc/source/display/idl/hfi_method.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-30 22:58:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-31 09:04:13 +0200
commite3898d3714390803ca17d4fc310be8e12c6c4e06 (patch)
tree8bce3e572dc9cd83962b530df11abfb1af62b017 /autodoc/source/display/idl/hfi_method.cxx
parenta267f31842bad2f33b033df72e83aa7aba0f8177 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: If07500e1b7dc0ac127450fbb61e3d569ac3727eb
Diffstat (limited to 'autodoc/source/display/idl/hfi_method.cxx')
-rw-r--r--autodoc/source/display/idl/hfi_method.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/display/idl/hfi_method.cxx b/autodoc/source/display/idl/hfi_method.cxx
index 2c5c4cdeec01..b351161f6e45 100644
--- a/autodoc/source/display/idl/hfi_method.cxx
+++ b/autodoc/source/display/idl/hfi_method.cxx
@@ -90,7 +90,7 @@ HF_IdlMethod::write_Declaration( const String & i_sName,
if (i_nReturnType.IsValid())
{ // Normal function, but not constructors:
HF_IdlTypeText
- aReturn(Env(), rReturnLine, true);
+ aReturn(Env(), rReturnLine);
aReturn.Produce_byData(i_nReturnType);
}
@@ -139,7 +139,7 @@ HF_IdlMethod::write_Declaration( const String & i_sName,
Xml::Element &
rExcOut = aDecl.ExceptionCell();
HF_IdlTypeText
- aExc(Env(), rExcOut, true);
+ aExc(Env(), rExcOut);
aExc.Produce_byData(*i_rExceptions);
for (++i_rExceptions; i_rExceptions; ++i_rExceptions)
@@ -185,7 +185,7 @@ HF_IdlMethod::write_Param( HF_FunctionDeclaration & o_decl,
} // end switch
HF_IdlTypeText
- aTypeWriter(Env(), rTypeCell, true);
+ aTypeWriter(Env(), rTypeCell);
aTypeWriter.Produce_byData( i_param.Type() );
rNameCell