summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-03-10 16:29:21 +0100
committerMichael Stahl <mstahl@redhat.com>2015-03-11 00:18:00 +0100
commitdf1c65b8fa8f7bb13618226745eaff7a8eeffd14 (patch)
tree3660745fd9b0b577a38092e434be7ac9e654b696 /sw/source/uibase/wrtsh
parenta408811fb5519d55c0fcf943bfc08325682e0399 (diff)
sw: s/eEnde/eEnd/
Change-Id: I9ea963d09c2975b8e40856e3ba2d3896be9a1876
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r--sw/source/uibase/wrtsh/select.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx
index b1ad26d73e15..f438df4bcb56 100644
--- a/sw/source/uibase/wrtsh/select.cxx
+++ b/sw/source/uibase/wrtsh/select.cxx
@@ -255,7 +255,7 @@ sal_uLong SwWrtShell::SearchTempl( const OUString &rTempl,
// search for attributes
sal_uLong SwWrtShell::SearchAttr( const SfxItemSet& rFindSet, bool bNoColls,
- SwDocPositions eStart, SwDocPositions eEnde,
+ SwDocPositions eStart, SwDocPositions eEnd,
FindRanges eFlags, const SearchOptions* pSearchOpt,
const SfxItemSet* pReplaceSet )
{
@@ -265,7 +265,7 @@ sal_uLong SwWrtShell::SearchAttr( const SfxItemSet& rFindSet, bool bNoColls,
// Searching
bool bCancel = false;
- sal_uLong nRet = Find( rFindSet, bNoColls, eStart, eEnde, bCancel, eFlags, pSearchOpt, pReplaceSet);
+ sal_uLong nRet = Find( rFindSet, bNoColls, eStart, eEnd, bCancel, eFlags, pSearchOpt, pReplaceSet);
if(bCancel)
{