From df1c65b8fa8f7bb13618226745eaff7a8eeffd14 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 10 Mar 2015 16:29:21 +0100 Subject: sw: s/eEnde/eEnd/ Change-Id: I9ea963d09c2975b8e40856e3ba2d3896be9a1876 --- sw/source/uibase/wrtsh/select.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/uibase/wrtsh') 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) { -- cgit