Kaydet (Commit) 52ad4cbc authored tarafından Michael Stahl's avatar Michael Stahl

sw_redlinehide: ListenerEntry::SwClientNotify should not call ...

... ModifyNotification() but SwClientNotify(), and let its default
implementation call Modify(), because this allows for
incremental migration of subclasses to SwClientNotify() while
superclass still uses Modify().

Change-Id: Ieb7590507a80183e68341b3dee9ca5801d01bec0
üst 0356b46e
......@@ -45,7 +45,7 @@ namespace sw
m_pToTell->SwClientNotify(rModify, *pModifyChanged);
}
else if (m_pToTell)
m_pToTell->ModifyNotification(pLegacyHint->m_pOld, pLegacyHint->m_pNew);
m_pToTell->SwClientNotifyCall(rModify, rHint);
}
else if (m_pToTell)
m_pToTell->SwClientNotifyCall(rModify, rHint);
......
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