summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppController.cxx
diff options
context:
space:
mode:
authorWol <anthony@youngman.org.uk>2010-11-10 13:44:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-18 16:11:12 +0000
commit83f4763eb24877da5db1610b371f9878ce16e306 (patch)
treed5a1d9db140429f169241985f372cb97fc2b1310 /dbaccess/source/ui/app/AppController.cxx
parentComment fixes - dead code and spelling mistakes (diff)
downloadcore-83f4763eb24877da5db1610b371f9878ce16e306.tar.gz
core-83f4763eb24877da5db1610b371f9878ce16e306.zip
More spelling mistakes, translations and dead code deletions
Diffstat (limited to 'dbaccess/source/ui/app/AppController.cxx')
-rw-r--r--dbaccess/source/ui/app/AppController.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index b782ebecab5a..cd7e8fd6ebfb 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -2500,9 +2500,6 @@ sal_Int8 OApplicationController::queryDrop( const AcceptDropEvent& _rEvt, const
nAction = DND_ACTION_NONE;
}
}
- /*else
- nAction = nActionAskedFor & DND_ACTION_COPYMOVE;
- */
}
return nAction;
}