summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idl/cx_idlco.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/parser_i/idl/cx_idlco.cxx
parenta267f31842bad2f33b033df72e83aa7aba0f8177 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: If07500e1b7dc0ac127450fbb61e3d569ac3727eb
Diffstat (limited to 'autodoc/source/parser_i/idl/cx_idlco.cxx')
-rw-r--r--autodoc/source/parser_i/idl/cx_idlco.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/autodoc/source/parser_i/idl/cx_idlco.cxx b/autodoc/source/parser_i/idl/cx_idlco.cxx
index 6c6090f8fdf2..89ffdf068101 100644
--- a/autodoc/source/parser_i/idl/cx_idlco.cxx
+++ b/autodoc/source/parser_i/idl/cx_idlco.cxx
@@ -399,32 +399,32 @@ Context_UidlCode::SetupStateMachine()
= new StmArrayStatu2( C_nStatusSize, A_nBezeichnerStatus, 0, true);
DYN StmBoundsStatu2 * dpBst_finErr
- = new StmBoundsStatu2( *this, TkpContext_Null2_(), nF_fin_Error, true );
+ = new StmBoundsStatu2( TkpContext_Null2_(), nF_fin_Error, true );
DYN StmBoundsStatu2 * dpBst_finIgn
- = new StmBoundsStatu2( *this, *this, nF_fin_Ignore, true );
+ = new StmBoundsStatu2( *this, nF_fin_Ignore, true );
DYN StmBoundsStatu2 * dpBst_finBez
- = new StmBoundsStatu2( *this, *this, nF_fin_Identifier, true );
+ = new StmBoundsStatu2( *this, nF_fin_Identifier, true );
DYN StmBoundsStatu2 * dpBst_finKeyw
- = new StmBoundsStatu2( *this, *this, nF_fin_Keyword, false );
+ = new StmBoundsStatu2( *this, nF_fin_Keyword, false );
DYN StmBoundsStatu2 * dpBst_finPunct
- = new StmBoundsStatu2( *this, *this, nF_fin_Punctuation, false );
+ = new StmBoundsStatu2( *this, nF_fin_Punctuation, false );
DYN StmBoundsStatu2 * dpBst_finEOL
- = new StmBoundsStatu2( *this, *this, nF_fin_EOL, false );
+ = new StmBoundsStatu2( *this, nF_fin_EOL, false );
DYN StmBoundsStatu2 * dpBst_finEOF
- = new StmBoundsStatu2( *this, TkpContext_Null2_(), nF_fin_EOF, false );
+ = new StmBoundsStatu2( TkpContext_Null2_(), nF_fin_EOF, false );
DYN StmBoundsStatu2 * dpBst_gotoMld
- = new StmBoundsStatu2( *this, *pDocuContext, nF_goto_MLDocu, false );
+ = new StmBoundsStatu2( *pDocuContext, nF_goto_MLDocu, false );
DYN StmBoundsStatu2 * dpBst_gotoSld
- = new StmBoundsStatu2( *this, *pDocuContext, nF_goto_SLDocu, false );
+ = new StmBoundsStatu2( *pDocuContext, nF_goto_SLDocu, false );
DYN StmBoundsStatu2 * dpBst_gotoMlc
- = new StmBoundsStatu2( *this, *dpContext_MLComment, nF_goto_MLComment, false );
+ = new StmBoundsStatu2( *dpContext_MLComment, nF_goto_MLComment, false );
DYN StmBoundsStatu2 * dpBst_gotoSlc
- = new StmBoundsStatu2( *this, *dpContext_SLComment, nF_goto_SLComment, false );
+ = new StmBoundsStatu2( *dpContext_SLComment, nF_goto_SLComment, false );
DYN StmBoundsStatu2 * dpBst_gotoPrp
- = new StmBoundsStatu2( *this, *dpContext_Preprocessor, nF_goto_Praeprocessor, false );
+ = new StmBoundsStatu2( *dpContext_Preprocessor, nF_goto_Praeprocessor, false );
DYN StmBoundsStatu2 * dpBst_gotoAsg
- = new StmBoundsStatu2( *this, *dpContext_Assignment, nF_goto_Assignment, false );
+ = new StmBoundsStatu2( *dpContext_Assignment, nF_goto_Assignment, false );
// construct dpMain:
aStateMachine.AddStatus(dpStatusTop);