summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/textsearch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/i18n/textsearch.cxx')
-rw-r--r--unotools/source/i18n/textsearch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx
index 13636b940d15..f6d606cd26ff 100644
--- a/unotools/source/i18n/textsearch.cxx
+++ b/unotools/source/i18n/textsearch.cxx
@@ -43,7 +43,7 @@ SearchParam::SearchParam( const String &rText,
sal_Bool bSearchInSel )
{
sSrchStr = rText;
- eSrchType = eType;
+ m_eSrchType = eType;
m_bWordOnly = bWrdOnly;
m_bSrchInSel = bSearchInSel;
@@ -62,7 +62,7 @@ SearchParam::SearchParam( const SearchParam& rParam )
{
sSrchStr = rParam.sSrchStr;
sReplaceStr = rParam.sReplaceStr;
- eSrchType = rParam.eSrchType;
+ m_eSrchType = rParam.m_eSrchType;
m_bWordOnly = rParam.m_bWordOnly;
m_bSrchInSel = rParam.m_bSrchInSel;