summaryrefslogtreecommitdiff
path: root/autodoc/inc/autodoc/x_parsing.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/autodoc/x_parsing.hxx')
-rw-r--r--autodoc/inc/autodoc/x_parsing.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/inc/autodoc/x_parsing.hxx b/autodoc/inc/autodoc/x_parsing.hxx
index f33615576821..f797309592ae 100644
--- a/autodoc/inc/autodoc/x_parsing.hxx
+++ b/autodoc/inc/autodoc/x_parsing.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
@@ -44,7 +44,7 @@ class X_Parser_Ifc
// TYPES
enum E_Event
{
- x_Any = 0,
+ x_Any = 0,
x_InvalidChar,
x_UnexpectedToken,
x_UnexpectedEOF,
@@ -55,8 +55,8 @@ class X_Parser_Ifc
virtual ~X_Parser_Ifc() {}
// INQUIRY
- virtual E_Event GetEvent() const = 0;
- virtual void GetInfo(
+ virtual E_Event GetEvent() const = 0;
+ virtual void GetInfo(
std::ostream & o_rOutputMedium ) const = 0;
};