[Libreoffice-commits] .: svx/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Nov 16 08:37:06 PST 2011


 svx/source/dialog/srchdlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f684c33c9188937c1665b428e705e0ef1673cb11
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 16 16:35:11 2011 +0000

    fix crashing search/replace dialog
    
    Overenthuastic chainsawing from 7776ebfa63cec652131e2be61e2dc198648770db
    removed pWindow = LAYOUT_THIS_WINDOW (dialog)

diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 14aba87..a885b92 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -2484,6 +2484,7 @@ SvxSearchDialogWrapper::SvxSearchDialogWrapper( Window* _pParent, sal_uInt16 nId
     : SfxChildWindow( _pParent, nId )
     , dialog (new SvxSearchDialog (_pParent, this, *pBindings))
 {
+    pWindow = dialog;
     dialog->Initialize( pInfo );
 
     pBindings->Update( SID_SEARCH_ITEM );


More information about the Libreoffice-commits mailing list