summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idl/tk_ident.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser_i/idl/tk_ident.cxx')
-rw-r--r--autodoc/source/parser_i/idl/tk_ident.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser_i/idl/tk_ident.cxx b/autodoc/source/parser_i/idl/tk_ident.cxx
index 13f5571d5e05..bda977da6085 100644
--- a/autodoc/source/parser_i/idl/tk_ident.cxx
+++ b/autodoc/source/parser_i/idl/tk_ident.cxx
@@ -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
@@ -41,7 +41,7 @@ namespace uidl
{
void
-TokIdentifier::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokIdentifier::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_Identifier(*this);
}
@@ -53,7 +53,7 @@ TokIdentifier::Text() const
}
void
-TokNameSeparator::Trigger( TokenInterpreter & io_rInterpreter ) const
+TokNameSeparator::Trigger( TokenInterpreter & io_rInterpreter ) const
{
io_rInterpreter.Process_NameSeparator();
}