fix merge conflicts
This commit is contained in:
parent
2e55cc6a9a
commit
06dc6870c7
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ void SwSpellPopup::Execute( sal_uInt16 nId )
|
|||
must reside in the same undo group.*/
|
||||
|
||||
// record only if it's NOT already present in autocorrection
|
||||
SvxAutoCorrect* pACorr = SvxAutoCorrCfg::Get()->GetAutoCorrect();
|
||||
SvxAutoCorrect* pACorr = SvxAutoCorrCfg::Get().GetAutoCorrect();
|
||||
|
||||
String aOrigWord( bGrammarResults ? OUString() : xSpellAlt->getWord() ) ;
|
||||
String aNewWord( aSuggestions[ nAltIdx ] );
|
||||
|
|
Loading…
Reference in a new issue