summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/tokens/x_parse2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/tokens/x_parse2.cxx')
-rw-r--r--autodoc/source/parser_i/tokens/x_parse2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser_i/tokens/x_parse2.cxx b/autodoc/source/parser_i/tokens/x_parse2.cxx
index 8194985388e0..8824d2ccc4db 100644
--- a/autodoc/source/parser_i/tokens/x_parse2.cxx
+++ b/autodoc/source/parser_i/tokens/x_parse2.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,12 +33,12 @@
enum E_Type
{
- x_Any = 0,
+ x_Any = 0,
x_InvalidChar,
x_UnexpectedEOF
};
void
-X_AutodocParser::GetInfo( std::ostream & o_rOutputMedium ) const
+X_AutodocParser::GetInfo( std::ostream & o_rOutputMedium ) const
{
switch (eType)
{