summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary/doc/ht/dht_interpreter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/ary/doc/ht/dht_interpreter.hxx')
-rw-r--r--autodoc/inc/ary/doc/ht/dht_interpreter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/inc/ary/doc/ht/dht_interpreter.hxx b/autodoc/inc/ary/doc/ht/dht_interpreter.hxx
index 874f3425bf48..bef258889b08 100644
--- a/autodoc/inc/ary/doc/ht/dht_interpreter.hxx
+++ b/autodoc/inc/ary/doc/ht/dht_interpreter.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
@@ -46,13 +46,13 @@ namespace ht
class Interpreter
{
public:
- virtual ~Interpreter() {}
+ virtual ~Interpreter() {}
void Accept(
Processor & io_processor,
const String & i_data ) const;
private:
- virtual void do_Accept(
+ virtual void do_Accept(
Processor & io_processor,
const String & i_data ) const = 0;
};