summaryrefslogtreecommitdiff
path: root/tools/bootstrp/addexes/replace.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/addexes/replace.cxx')
-rw-r--r--tools/bootstrp/addexes/replace.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/addexes/replace.cxx b/tools/bootstrp/addexes/replace.cxx
index 761d260a03b5..ec079ea55c8e 100644
--- a/tools/bootstrp/addexes/replace.cxx
+++ b/tools/bootstrp/addexes/replace.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
@@ -59,11 +59,11 @@ int _cdecl main( int argc, char *argv[] )
ByteString aUpperText( aText );
aUpperText.ToUpperAscii();
-
+
ULONG nIndex;
aSearch.ToUpperAscii();
-
+
nIndex = aUpperText.Search( aSearch.GetBuffer(), 0);
while ( nIndex != STRING_NOTFOUND )
{