summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/kernel/x_docu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/kernel/x_docu.cxx')
-rw-r--r--autodoc/source/parser/kernel/x_docu.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/parser/kernel/x_docu.cxx b/autodoc/source/parser/kernel/x_docu.cxx
index 529073675810..4484eb8e4978 100644
--- a/autodoc/source/parser/kernel/x_docu.cxx
+++ b/autodoc/source/parser/kernel/x_docu.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
@@ -35,7 +35,7 @@
X_Docu::X_Docu( const char * i_tag,
const char * i_explanation )
- : sTagName(i_tag),
+ : sTagName(i_tag),
sExplanation(i_explanation)
{
}