summaryrefslogtreecommitdiff
path: root/autodoc/inc/parser/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/parser/parser.hxx')
-rw-r--r--autodoc/inc/parser/parser.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/inc/parser/parser.hxx b/autodoc/inc/parser/parser.hxx
index e06898211b90..a10e79d69c0e 100644
--- a/autodoc/inc/parser/parser.hxx
+++ b/autodoc/inc/parser/parser.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
@@ -45,9 +45,9 @@ namespace autodoc
class CodeParser
{
public:
- virtual ~CodeParser() {}
+ virtual ~CodeParser() {}
- virtual void Run(
+ virtual void Run(
const autodoc::FileCollector_Ifc &
i_rFiles ) = 0;
};