summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/srchxtra.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/srchxtra.cxx')
-rw-r--r--cui/source/dialogs/srchxtra.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/cui/source/dialogs/srchxtra.cxx b/cui/source/dialogs/srchxtra.cxx
index 85a4b8a9a02c..a37865dbaed5 100644
--- a/cui/source/dialogs/srchxtra.cxx
+++ b/cui/source/dialogs/srchxtra.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
@@ -93,7 +93,7 @@ void SvxSearchFormatDialog::PageCreated( USHORT nId, SfxTabPage& rPage )
{
case RID_SVXPAGE_CHAR_NAME:
{
- const FontList* pAppFontList = 0;
+ const FontList* pAppFontList = 0;
SfxObjectShell* pSh = SfxObjectShell::Current();
if ( pSh )
@@ -144,7 +144,7 @@ SvxSearchAttributeDialog::SvxSearchAttributeDialog( Window* pParent,
aAttrFL ( this, CUI_RES( FL_ATTR ) ),
aAttrLB ( this, CUI_RES( LB_ATTR ) ),
aOKBtn ( this, CUI_RES( BTN_ATTR_OK ) ),
- aEscBtn ( this, CUI_RES( BTN_ATTR_CANCEL ) ),
+ aEscBtn ( this, CUI_RES( BTN_ATTR_CANCEL ) ),
aHelpBtn( this, CUI_RES( BTN_ATTR_HELP ) ),
rList( rLst )
@@ -183,7 +183,7 @@ SvxSearchAttributeDialog::SvxSearchAttributeDialog( Window* pParent,
}
// item resources are in svx
- sal_uInt32 nId = aAttrNames.FindIndex( nSlot );
+ sal_uInt32 nId = aAttrNames.FindIndex( nSlot );
SvLBoxEntry* pEntry = NULL;
if ( RESARRAY_INDEX_NOTFOUND != nId )
pEntry = aAttrLB.SvTreeListBox::InsertEntry( aAttrNames.GetString(nId) );
@@ -268,16 +268,16 @@ SvxSearchSimilarityDialog::SvxSearchSimilarityDialog
aFixedLine ( this, CUI_RES( FL_SIMILARITY ) ),
aOtherTxt ( this, CUI_RES( FT_OTHER ) ),
- aOtherFld ( this, CUI_RES( NF_OTHER ) ),
+ aOtherFld ( this, CUI_RES( NF_OTHER ) ),
aLongerTxt ( this, CUI_RES( FT_LONGER ) ),
aLongerFld ( this, CUI_RES( NF_LONGER ) ),
aShorterTxt ( this, CUI_RES( FT_SHORTER ) ),
- aShorterFld ( this, CUI_RES( NF_SHORTER ) ),
+ aShorterFld ( this, CUI_RES( NF_SHORTER ) ),
aRelaxBox ( this, CUI_RES( CB_RELAX ) ),
- aOKBtn ( this, CUI_RES( BTN_ATTR_OK ) ),
- aEscBtn ( this, CUI_RES( BTN_ATTR_CANCEL ) ),
- aHelpBtn ( this, CUI_RES( BTN_ATTR_HELP ) )
+ aOKBtn ( this, CUI_RES( BTN_ATTR_OK ) ),
+ aEscBtn ( this, CUI_RES( BTN_ATTR_CANCEL ) ),
+ aHelpBtn ( this, CUI_RES( BTN_ATTR_HELP ) )
{
FreeResource();