Kaydet (Commit) 43237fcd authored tarafından Julien Nabet's avatar Julien Nabet

Revert "Resolves: fdo#78217 selected text should be copied in "Replace""

This reverts commit e4d61b3c.

See discussion https://bugs.freedesktop.org/show_bug.cgi?id=78217
üst 5b192030
......@@ -1063,7 +1063,7 @@ void OfaAutocorrReplacePage::RefillReplaceBox(bool bFromReset,
{
bHasSelectionText = true;
const OUString sSelection( pViewShell->GetSelectionText() );
m_pShortED->SetText( sSelection );
m_pReplaceED->SetText( sSelection );
m_pTextOnlyCB->Check( !bSWriter );
m_pTextOnlyCB->Enable( bSWriter && !sSelection.isEmpty() );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment