summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/kernel')
-rw-r--r--autodoc/source/parser/kernel/parsefct.cxx2
-rw-r--r--autodoc/source/parser/kernel/parsefct.hxx4
-rw-r--r--autodoc/source/parser/kernel/x_docu.cxx4
-rw-r--r--autodoc/source/parser/kernel/x_parse.cxx12
4 files changed, 11 insertions, 11 deletions
diff --git a/autodoc/source/parser/kernel/parsefct.cxx b/autodoc/source/parser/kernel/parsefct.cxx
index 0f157a4159e6..da6d9e576ac1 100644
--- a/autodoc/source/parser/kernel/parsefct.cxx
+++ b/autodoc/source/parser/kernel/parsefct.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
diff --git a/autodoc/source/parser/kernel/parsefct.hxx b/autodoc/source/parser/kernel/parsefct.hxx
index b4cfa443f007..0978d562bb41 100644
--- a/autodoc/source/parser/kernel/parsefct.hxx
+++ b/autodoc/source/parser/kernel/parsefct.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
@@ -40,7 +40,7 @@ class ParseToolsFactory : public autodoc::ParseToolsFactory_Ifc
{
public:
ParseToolsFactory();
- virtual ~ParseToolsFactory();
+ virtual ~ParseToolsFactory();
virtual DYN autodoc::CodeParser_Ifc *
Create_Parser_Cplusplus() const;
diff --git a/autodoc/source/parser/kernel/x_docu.cxx b/autodoc/source/parser/kernel/x_docu.cxx
index 529073675810..4484eb8e4978 100644
--- a/autodoc/source/parser/kernel/x_docu.cxx
+++ b/autodoc/source/parser/kernel/x_docu.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
@@ -35,7 +35,7 @@
X_Docu::X_Docu( const char * i_tag,
const char * i_explanation )
- : sTagName(i_tag),
+ : sTagName(i_tag),
sExplanation(i_explanation)
{
}
diff --git a/autodoc/source/parser/kernel/x_parse.cxx b/autodoc/source/parser/kernel/x_parse.cxx
index f06de7f96f96..26ee3e5d895c 100644
--- a/autodoc/source/parser/kernel/x_parse.cxx
+++ b/autodoc/source/parser/kernel/x_parse.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
@@ -33,11 +33,11 @@
-X_Parser::X_Parser( E_Event i_eEvent,
- const char * i_sObject,
+X_Parser::X_Parser( E_Event i_eEvent,
+ const char * i_sObject,
const String & i_sCausingFile_FullPath,
- uintt i_nCausingLineNr )
- : eEvent(i_eEvent),
+ uintt i_nCausingLineNr )
+ : eEvent(i_eEvent),
sObject(i_sObject),
sCausingFile_FullPath(i_sCausingFile_FullPath),
nCausingLineNr(i_nCausingLineNr)
@@ -85,7 +85,7 @@ X_Parser::GetInfo( std::ostream & o_rOutputMedium ) const
case x_Any:
default:
o_rOutputMedium << "Unspecified parsing exception.";
- } // end switch
+ } // end switch
o_rOutputMedium << Endl();
}