summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/inc/tokens/tkp2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/inc/tokens/tkp2.hxx')
-rw-r--r--autodoc/source/parser_i/inc/tokens/tkp2.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/autodoc/source/parser_i/inc/tokens/tkp2.hxx b/autodoc/source/parser_i/inc/tokens/tkp2.hxx
index faf45d8e5332..f5d9839361de 100644
--- a/autodoc/source/parser_i/inc/tokens/tkp2.hxx
+++ b/autodoc/source/parser_i/inc/tokens/tkp2.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
@@ -54,29 +54,29 @@ class TokenParse2
public:
// LIFECYCLE
TokenParse2();
- virtual ~TokenParse2() {}
+ virtual ~TokenParse2() {}
// OPERATIONS
- virtual void Start(
+ virtual void Start(
CharacterSource &
i_rSource );
- /** @short Gets the next identifiable token out of the
+ /** @short Gets the next identifiable token out of the
source code.
@return true, if there was passed a valid token.
false, if the parsed stream is finished or
- an error occured.
+ an error occured.
*/
- bool GetNextToken();
+ bool GetNextToken();
private:
- virtual void SetStartContext() = 0;
+ virtual void SetStartContext() = 0;
virtual void SetCurrentContext(
- TkpContext & io_rContext ) = 0;
+ TkpContext & io_rContext ) = 0;
virtual TkpContext &
CurrentContext() = 0;
// DATA
- CharacterSource * pChars;
+ CharacterSource * pChars;
};