summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/inc/cpp/ctokdeal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/inc/cpp/ctokdeal.hxx')
-rw-r--r--autodoc/source/parser/inc/cpp/ctokdeal.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser/inc/cpp/ctokdeal.hxx b/autodoc/source/parser/inc/cpp/ctokdeal.hxx
index 9d1f59c08e53..9b1e89403cca 100644
--- a/autodoc/source/parser/inc/cpp/ctokdeal.hxx
+++ b/autodoc/source/parser/inc/cpp/ctokdeal.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
@@ -49,8 +49,8 @@ class TokenDealer : virtual public ::TokenDealer
{
public:
- virtual void Deal_CppCode(
- cpp::Token & let_drToken ) = 0;
+ virtual void Deal_CppCode(
+ cpp::Token & let_drToken ) = 0;
/** This is to be used only by the internal macro expander
( ::cpp::PreProcessor ).