summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-29 14:11:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-30 06:26:26 +0000
commit90305526ee48c855f9a2b3b4d730ea0bfb079119 (patch)
tree629f00210bb52847ef8aae9f14bf81143b5c489b /dbaccess
parenta34b33d2b900d3d1ea1ac806bc584846dc9d3fbe (diff)
loplugin:unusedenumconstants
Change-Id: I628a0114e56ec25926bd08d159c61cfecb719a1c Reviewed-on: https://gerrit.libreoffice.org/35854 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppControllerDnD.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx
index 813ac916746f..7467d59623ae 100644
--- a/dbaccess/source/ui/app/AppControllerDnD.cxx
+++ b/dbaccess/source/ui/app/AppControllerDnD.cxx
@@ -220,8 +220,6 @@ void OApplicationController::deleteObjects( ElementType _eType, const std::vecto
aDlg->EnableAllButton();
eResult = aDlg->Execute();
- if (eResult == svtools::QUERYDELETE_CANCEL)
- return;
sDialogPosition = aDlg->GetWindowState( );
}