diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-24 11:43:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-24 11:43:24 +0000 |
commit | 2caaf644e847b2bded91a12976c1dec854d51eb5 (patch) | |
tree | de0e92b035fb5e34aeea0139769b0d774cf9bfa0 /svx/source/gallery2 | |
parent | 0dce3178fa75ad1d6f663ccd6548a1c54c6a93bd (diff) |
dialog to be deleted never passed to destroy
Change-Id: Iee6c43aa192ae4d99872769f9cf8564c603165fb
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r-- | svx/source/gallery2/galbrws1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/galbrws1.cxx b/svx/source/gallery2/galbrws1.cxx index a860cbbeb4ce..7285b840e404 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 ) |