diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-27 20:47:18 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-27 20:47:18 +0100 |
commit | a74b3e89c9b853338506249b0fac8d5f54909de7 (patch) | |
tree | cf2c44d93c09da6d909f340c4a0beff9833351ba /dbaccess | |
parent | 88df79be2f4b3e4af36fc51dbcdaa30ddc652674 (diff) |
QueryDeleteDlg_Impl: add GetResult() that was removed in ...
02d4eb7438a83982b2602ea1d83d5accb1fe11f6
Change-Id: I45b5691a3dc4cf2444e0daf8cb2ae0134532f596
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppControllerDnD.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx index b712ca61d612..906e341b964e 100644 --- a/dbaccess/source/ui/app/AppControllerDnD.cxx +++ b/dbaccess/source/ui/app/AppControllerDnD.cxx @@ -219,7 +219,7 @@ void OApplicationController::deleteObjects( ElementType _eType, const ::std::vec aDlg.EnableAllButton(); if ( aDlg.Execute() == RET_OK ) - eResult = aDlg.GetResult(); + eResult = aDlg.GetQueryDeleteResult(); else return; |