summaryrefslogtreecommitdiff
path: root/l10ntools/source/wtranode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/wtranode.cxx')
-rw-r--r--l10ntools/source/wtranode.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/l10ntools/source/wtranode.cxx b/l10ntools/source/wtranode.cxx
index 1a4e48fd6231..56514ee886e3 100644
--- a/l10ntools/source/wtranode.cxx
+++ b/l10ntools/source/wtranode.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,13 +36,13 @@
// NOT FULLY DECLARED SERVICES
-const ByteString sEmptyString("");
+const ByteString sEmptyString("");
-WTT_Node::WTT_Node( UINT8 i_nValue,
+WTT_Node::WTT_Node( UINT8 i_nValue,
WTT_Node * i_pDefaultBranch,
WTT_Node * i_pDefaultBranchForAlphas )
- : nValue(i_nValue),
+ : nValue(i_nValue),
eType(token_to_keep),
sReplaceString(sEmptyString),
// aBranches,
@@ -61,7 +61,7 @@ WTT_Node::WTT_Node( UINT8 i_nValue,
void
WTT_Node::SetBranch( UINT8 i_cBranch,
- WTT_Node * i_pNode )
+ WTT_Node * i_pNode )
{
if (i_cBranch < C_NR_OF_BRANCHES)
{
@@ -80,7 +80,7 @@ WTT_Node::~WTT_Node()
{
// Delete the tree hanging below this node:
- bIsOnDeleting = TRUE; // Avoid double deleting of multiple used nodes.
+ bIsOnDeleting = TRUE; // Avoid double deleting of multiple used nodes.
for (int i = 0; i < C_NR_OF_BRANCHES; i++)
{