extensions/source/propctrlr/standardcontrol.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a116f3ef7d159569f7059079c0d1b1707429cbac
Author:     Thorsten Behrens <thorsten.behr...@cib.de>
AuthorDate: Fri Mar 27 01:47:44 2020 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Tue Apr 7 17:20:27 2020 +0200

    tdf#131522 get notified when user edits in OMultilineEditControl
    
    Change-Id: I2a9e080143a1aa37661ef2aef8c0d37c8e774c8c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91186
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@cib.de>
    (cherry picked from commit 7cf70cffc305fc6c470f7230a897d6c70b18ffad)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91176
    Reviewed-by: Xisco FaulĂ­ <xiscofa...@libreoffice.org>
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/extensions/source/propctrlr/standardcontrol.cxx 
b/extensions/source/propctrlr/standardcontrol.cxx
index 776b691e0fb1..e5327d0e33f0 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -955,6 +955,7 @@ namespace pcr
     void DropDownEditControl::setControlHelper( CommonBehaviourControlHelper& 
_rControlHelper )
     {
         m_pHelper = &_rControlHelper;
+        SetModifyHdl( LINK( &_rControlHelper, CommonBehaviourControlHelper, 
EditModifiedHdl ) );
         m_pFloatingEdit->getEdit().SetModifyHdl( LINK( &_rControlHelper, 
CommonBehaviourControlHelper, EditModifiedHdl ) );
         m_pImplEdit->SetGetFocusHdl( LINK( &_rControlHelper, 
CommonBehaviourControlHelper, GetFocusHdl ) );
         m_pImplEdit->SetModifyHdl( LINK( &_rControlHelper, 
CommonBehaviourControlHelper, EditModifiedHdl ) );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to