summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idl/pe_vari2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/idl/pe_vari2.cxx')
-rw-r--r--autodoc/source/parser_i/idl/pe_vari2.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/autodoc/source/parser_i/idl/pe_vari2.cxx b/autodoc/source/parser_i/idl/pe_vari2.cxx
index 8491d831c9b8..c3714a21d839 100644
--- a/autodoc/source/parser_i/idl/pe_vari2.cxx
+++ b/autodoc/source/parser_i/idl/pe_vari2.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -47,9 +47,9 @@ namespace uidl
{
-PE_Variable::PE_Variable( ary::idl::Type_id & i_rResult_Type,
- String & i_rResult_Name )
- : eState(e_none),
+PE_Variable::PE_Variable( ary::idl::Type_id & i_rResult_Type,
+ String & i_rResult_Name )
+ : eState(e_none),
pResult_Type(&i_rResult_Type),
pResult_Name(&i_rResult_Name),
pPE_Type(0)
@@ -58,9 +58,9 @@ PE_Variable::PE_Variable( ary::idl::Type_id & i_rResult_Type,
}
void
-PE_Variable::EstablishContacts( UnoIDL_PE * io_pParentPE,
- ary::Repository & io_rRepository,
- TokenProcessing_Result & o_rResult )
+PE_Variable::EstablishContacts( UnoIDL_PE * io_pParentPE,
+ ary::Repository & io_rRepository,
+ TokenProcessing_Result & o_rResult )
{
UnoIDL_PE::EstablishContacts(io_pParentPE,io_rRepository,o_rResult);
pPE_Type->EstablishContacts(this,io_rRepository,o_rResult);
@@ -84,7 +84,7 @@ PE_Variable::Process_Default()
{
SetResult( not_done, push_sure, pPE_Type.Ptr() );
}
- else{
+ else{
csv_assert(false);
}
}