summaryrefslogtreecommitdiff
path: root/sw/source/core/tox/toxhlp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/tox/toxhlp.cxx')
-rw-r--r--sw/source/core/tox/toxhlp.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/tox/toxhlp.cxx b/sw/source/core/tox/toxhlp.cxx
index fb9b97a265b4..4b06ddb44141 100644
--- a/sw/source/core/tox/toxhlp.cxx
+++ b/sw/source/core/tox/toxhlp.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
@@ -80,7 +80,7 @@ String IndexEntrySupplierWrapper::GetIndexKey( const String& rTxt,
const STAR_NMSPC::lang::Locale& rLocale ) const
{
String sRet;
- try {
+ try {
sRet = xIES->getIndexKey( rTxt, rTxtReading, rLocale );
}
catch ( UNO_NMSPC::Exception&
@@ -101,7 +101,7 @@ String IndexEntrySupplierWrapper::GetIndexKey( const String& rTxt,
String IndexEntrySupplierWrapper::GetFollowingText( BOOL bMorePages ) const
{
String sRet;
- try {
+ try {
sRet = xIES->getIndexFollowPageWord( bMorePages, aLcl );
}
catch ( UNO_NMSPC::Exception&
@@ -124,7 +124,7 @@ IndexEntrySupplierWrapper::GetAlgorithmList( const STAR_NMSPC::lang::Locale& rLc
{
uno::Sequence< ::rtl::OUString > sRet;
- try {
+ try {
sRet = xIES->getAlgorithmList( rLcl );
}
catch ( UNO_NMSPC::Exception&
@@ -147,7 +147,7 @@ sal_Bool IndexEntrySupplierWrapper::LoadAlgorithm(
const String& sSortAlgorithm, long nOptions ) const
{
sal_Bool bRet = sal_False;
- try {
+ try {
bRet = xIES->loadAlgorithm( rLcl, sSortAlgorithm, nOptions );
}
catch ( UNO_NMSPC::Exception&
@@ -172,7 +172,7 @@ sal_Int16 IndexEntrySupplierWrapper::CompareIndexEntry(
const STAR_NMSPC::lang::Locale& rLocale2 ) const
{
sal_Int16 nRet = 0;
- try {
+ try {
nRet = xIES->compareIndexEntry( rTxt1, rTxtReading1, rLocale1,
rTxt2, rTxtReading2, rLocale2 );
}