svx/source/gallery2/galbrws1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2caaf644e847b2bded91a12976c1dec854d51eb5 Author: Caolán McNamara <[email protected]> Date: Tue Dec 24 11:43:24 2013 +0000 dialog to be deleted never passed to destroy Change-Id: Iee6c43aa192ae4d99872769f9cf8564c603165fb diff --git a/svx/source/gallery2/galbrws1.cxx b/svx/source/gallery2/galbrws1.cxx index a860cbb..7285b84 100644 --- a/svx/source/gallery2/galbrws1.cxx +++ b/svx/source/gallery2/galbrws1.cxx @@ -326,7 +326,7 @@ void GalleryBrowser1::ImplEndGalleryThemeProperties( VclAbstractDialog2* pDialog } // destroy mpThemeProps asynchronously - Application::PostUserEvent( LINK( this, GalleryBrowser1, DestroyThemePropertiesDlgHdl ) ); + Application::PostUserEvent( LINK( this, GalleryBrowser1, DestroyThemePropertiesDlgHdl ), pDialog ); } IMPL_LINK( GalleryBrowser1, EndNewThemePropertiesDlgHdl, VclAbstractDialog2*, pDialog )
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
