Kaydet (Commit) 893f26ce authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#119572 addressee/sender formatting swapped

Change-Id: Icdb2ca0362711e87edcb952fb52117502d80d328
Reviewed-on: https://gerrit.libreoffice.org/59793
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 339795d6
......@@ -225,12 +225,12 @@ IMPL_LINK( SwEnvFormatPage, ModifyHdl, weld::MetricSpinButton&, rEdit, void )
IMPL_LINK(SwEnvFormatPage, AddrEditHdl, const OString&, rIdent, void)
{
Edit(rIdent, true);
Edit(rIdent, false);
}
IMPL_LINK(SwEnvFormatPage, SendEditHdl, const OString&, rIdent, void)
{
Edit(rIdent, false);
Edit(rIdent, true);
}
void SwEnvFormatPage::Edit(const OString& rIdent, bool bSender)
......
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