summaryrefslogtreecommitdiff
path: root/autodoc/inc/autodoc/prs_code.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/autodoc/prs_code.hxx')
-rw-r--r--autodoc/inc/autodoc/prs_code.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/inc/autodoc/prs_code.hxx b/autodoc/inc/autodoc/prs_code.hxx
index 982fa91c6f79..d02ce373f1d7 100644
--- a/autodoc/inc/autodoc/prs_code.hxx
+++ b/autodoc/inc/autodoc/prs_code.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
@@ -58,14 +58,14 @@ namespace autodoc
class CodeParser_Ifc
{
public:
- virtual ~CodeParser_Ifc() {}
+ virtual ~CodeParser_Ifc() {}
- virtual void Setup(
+ virtual void Setup(
ary::Repository & o_rRepository,
const autodoc::DocumentationParser_Ifc &
i_rDocumentationInterpreter ) = 0;
- virtual void Run(
+ virtual void Run(
const autodoc::FileCollector_Ifc &
i_rFiles ) = 0;
};