summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/cpp/pe_defs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/cpp/pe_defs.hxx')
-rw-r--r--autodoc/source/parser/cpp/pe_defs.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/autodoc/source/parser/cpp/pe_defs.hxx b/autodoc/source/parser/cpp/pe_defs.hxx
index 955dadef7828..b179dda868f8 100644
--- a/autodoc/source/parser/cpp/pe_defs.hxx
+++ b/autodoc/source/parser/cpp/pe_defs.hxx
@@ -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
@@ -58,22 +58,22 @@ class PE_Defines : public cpp::Cpp_PE
};
PE_Defines(
- Cpp_PE * i_pParent );
+ Cpp_PE * i_pParent );
~PE_Defines();
- virtual void Call_Handler(
- const cpp::Token & i_rTok );
+ virtual void Call_Handler(
+ const cpp::Token & i_rTok );
private:
- void Setup_StatusFunctions();
- virtual void InitData();
- virtual void TransferData();
- void Hdl_SyntaxError( const char *);
+ void Setup_StatusFunctions();
+ virtual void InitData();
+ virtual void TransferData();
+ void Hdl_SyntaxError( const char *);
- void On_expectName_DefineName( const char * );
- void On_expectName_MacroName( const char * );
+ void On_expectName_DefineName( const char * );
+ void On_expectName_MacroName( const char * );
- void On_gotDefineName_PreProDefinition( const char * );
+ void On_gotDefineName_PreProDefinition( const char * );
void On_expectMacroParameters_MacroParameter( const char * );
void On_expectMacroParameters_PreProDefinition( const char * );