summaryrefslogtreecommitdiff
path: root/sw/source/ui/index/swuiidxmrk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/index/swuiidxmrk.cxx')
-rw-r--r--sw/source/ui/index/swuiidxmrk.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index 8c89daf7907e..1421e2ff8fc1 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -269,7 +269,7 @@ void SwIndexMarkPane::InitControls()
if (nCnt < 2)
{
bSelected = !pSh->HasSelection();
- aOrgStr = pSh->GetView().GetSelectionTextParam(sal_True, sal_False);
+ aOrgStr = pSh->GetView().GetSelectionTextParam(true, false);
m_pEntryED->SetText(aOrgStr);
//to include all equal entries may only be allowed in the body and even there
@@ -361,7 +361,7 @@ void SwIndexMarkPane::Activate()
if (nCnt < 2)
{
bSelected = !pSh->HasSelection();
- aOrgStr = pSh->GetView().GetSelectionTextParam(sal_True, sal_False);
+ aOrgStr = pSh->GetView().GetSelectionTextParam(true, false);
m_pEntryED->SetText(aOrgStr);
//to include all equal entries may only be allowed in the body and even there