| commit | a7082e565d7f8bccc822b2658592a4afbbf88d03 | [log] |
|---|---|---|
| author | Martin van Zijl <martin.vanzijl@gmail.com> | Tue Dec 11 10:35:18 2018 +1300 |
| committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | Fri Feb 01 08:39:27 2019 +0100 |
| tree | 481089c89c15a5abed271e987c434c9e486ee761 | |
| parent | 9a7d9366125374df07f6a0369a96ee2978f7f24c [diff] |
tdf#38101 remove highlight after using format painter Change-Id: I631fd1357c7b066eaad98f5b2f0950f59330330e Reviewed-on: https://gerrit.libreoffice.org/64904 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 26613e4..201d2b2 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -4730,6 +4730,9 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt) //if the clipboard is empty after paste remove the ApplyTemplate if(!pFormatClipboard->HasContent()) SetApplyTemplate(SwApplyTemplate()); //tdf#38101 remove temporary highlighting m_pUserMarker.reset(); } else if( m_pApplyTempl->nColor ) {