summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-02 17:05:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-03 09:58:36 +0100
commitb3584b90aacd307490bfd15d2ace63e805a8b57a (patch)
tree1f1fafb20fd1dc2e19bddc2a3f4c07596096f37d /sd
parente292cb0df0bd4de5804f875a68f9075e7129ebd4 (diff)
probable attempts to find the parent dialog
Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/tpaction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index d9372e4b9632..5e0753acb62c 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -708,7 +708,7 @@ IMPL_LINK_NOARG(SdTPAction, CheckFileHdl)
if( aMedium.IsStorage() )
{
- WaitObject aWait( GetParent()->GetParent() );
+ WaitObject aWait( GetParentDialog() );
// ist es eine Draw-Datei?
// mit READ oeffnen, sonst schreiben die Storages evtl. in die Datei!