summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/autocdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index db8330cb1b8f..15d202fc6f7e 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -1063,7 +1063,7 @@ void OfaAutocorrReplacePage::RefillReplaceBox(bool bFromReset,
{
bHasSelectionText = true;
const OUString sSelection( pViewShell->GetSelectionText() );
- m_pReplaceED->SetText( sSelection );
+ m_pShortED->SetText( sSelection );
m_pTextOnlyCB->Check( !bSWriter );
m_pTextOnlyCB->Enable( bSWriter && !sSelection.isEmpty() );
}