summaryrefslogtreecommitdiff
path: root/svx
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:44:21 +0000
commit8a4584a059d1589a939d8c34b33884b11b43ec1a (patch)
tree917038bd6be632eb17de76620fc2f4ab5bd67ea0 /svx
parentd2928f81ed1a58eac9f90382dcfe73ea8c482ed6 (diff)
dialog to be deleted never passed to destroy
Change-Id: Iee6c43aa192ae4d99872769f9cf8564c603165fb (cherry picked from commit 2caaf644e847b2bded91a12976c1dec854d51eb5)
Diffstat (limited to 'svx')
-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 )