summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/inc/adoc/adoc_tok.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/inc/adoc/adoc_tok.hxx')
-rw-r--r--autodoc/source/parser/inc/adoc/adoc_tok.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/autodoc/source/parser/inc/adoc/adoc_tok.hxx b/autodoc/source/parser/inc/adoc/adoc_tok.hxx
index fa4a143eaf73..c70220395ed3 100644
--- a/autodoc/source/parser/inc/adoc/adoc_tok.hxx
+++ b/autodoc/source/parser/inc/adoc/adoc_tok.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 @@ class Token : public TextToken
{
public:
// LIFECYCLE
- virtual ~Token() {}
+ virtual ~Token() {}
// OPERATIONS
- virtual void DealOut(
- ::TokenDealer & o_rDealer );
- virtual void Trigger(
- TokenInterpreter & io_rInterpreter ) const = 0;
+ virtual void DealOut(
+ ::TokenDealer & o_rDealer );
+ virtual void Trigger(
+ TokenInterpreter & io_rInterpreter ) const = 0;
};