summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/tokens/stmstfin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/tokens/stmstfin.cxx')
-rw-r--r--autodoc/source/parser/tokens/stmstfin.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/autodoc/source/parser/tokens/stmstfin.cxx b/autodoc/source/parser/tokens/stmstfin.cxx
index 84b7a9cf39e9..f84d7849e938 100644
--- a/autodoc/source/parser/tokens/stmstfin.cxx
+++ b/autodoc/source/parser/tokens/stmstfin.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,10 +36,10 @@
StmBoundsStatus::StmBoundsStatus( StateMachineContext &
o_rOwner,
- TkpContext & i_rFollowUpContext,
- uintt i_nStatusFunctionNr,
- bool i_bIsDefault )
- : pOwner(&o_rOwner),
+ TkpContext & i_rFollowUpContext,
+ uintt i_nStatusFunctionNr,
+ bool i_bIsDefault )
+ : pOwner(&o_rOwner),
pFollowUpContext(&i_rFollowUpContext),
nStatusFunctionNr(i_nStatusFunctionNr),
bIsDefault(i_bIsDefault)