summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/tokens/tokdeal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/tokens/tokdeal.cxx')
-rw-r--r--autodoc/source/parser/tokens/tokdeal.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/parser/tokens/tokdeal.cxx b/autodoc/source/parser/tokens/tokdeal.cxx
index 561a638a3233..6486b46b600d 100644
--- a/autodoc/source/parser/tokens/tokdeal.cxx
+++ b/autodoc/source/parser/tokens/tokdeal.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
@@ -36,7 +36,7 @@
void
-Tok_Eof::DealOut( TokenDealer & o_rDealer )
+Tok_Eof::DealOut( TokenDealer & o_rDealer )
{
o_rDealer.Deal_Eof();
};