summaryrefslogtreecommitdiffstats
path: root/autodoc/source/display/idl/hfi_xrefpage.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_xrefpage.cxx
parent-Werror,-Wunused-private-field (Clang towards 3.2) (diff)
downloadcore-e3898d3714390803ca17d4fc310be8e12c6c4e06.tar.gz
core-e3898d3714390803ca17d4fc310be8e12c6c4e06.zip
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: If07500e1b7dc0ac127450fbb61e3d569ac3727eb
Diffstat (limited to 'autodoc/source/display/idl/hfi_xrefpage.cxx')
-rw-r--r--autodoc/source/display/idl/hfi_xrefpage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/display/idl/hfi_xrefpage.cxx b/autodoc/source/display/idl/hfi_xrefpage.cxx
index 015b78dff53d..5abfe32a7fdf 100644
--- a/autodoc/source/display/idl/hfi_xrefpage.cxx
+++ b/autodoc/source/display/idl/hfi_xrefpage.cxx
@@ -136,7 +136,7 @@ HF_IdlXrefs::Produce_List( const char * i_title,
Xml::Element &
rOutCell = aList.Add_Row() >>* new Html::TableCell;
HF_IdlTypeText
- aTypeWriter(Env(), rOutCell, true, pClient);
+ aTypeWriter(Env(), rOutCell, pClient);
for ( ce_list & it = i_iterator; it; ++it )
{
aTypeWriter.Produce_byData(*it);
@@ -239,7 +239,7 @@ HF_IdlXrefs::recursive_make_ListInTree( Xml::Element & o_rDisplay,
const char * sLevelIndentation = " ";
HF_IdlTypeText
- aTypeWriter(Env(), o_rDisplay, true, &i_ce);
+ aTypeWriter(Env(), o_rDisplay, &i_ce);
for ( ; i_iterator.operator bool(); ++i_iterator )
{
for (uintt i = 0; i < i_level; ++i)