summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-24 11:43:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-24 11:43:24 +0000
commit2caaf644e847b2bded91a12976c1dec854d51eb5 (patch)
treede0e92b035fb5e34aeea0139769b0d774cf9bfa0
parent0dce3178fa75ad1d6f663ccd6548a1c54c6a93bd (diff)
dialog to be deleted never passed to destroy
Change-Id: Iee6c43aa192ae4d99872769f9cf8564c603165fb
-rw-r--r--svx/source/gallery2/galbrws1.cxx2
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 )