summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-13 23:26:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-13 23:26:20 +0200
commita362f15f85fc3f00ea3144f763798131cb66e3e3 (patch)
tree36519d7e7afe6c643fdd0c781fddb069ff86648e /dbaccess
parent036a660a86c225992c7cab083073374c40b1f366 (diff)
Typo: shoud -> should
Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppController.cxx2
-rw-r--r--dbaccess/source/ui/browser/dsbrowserDnD.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index 5a4c1a28282a..374cad94aead 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -2480,7 +2480,7 @@ sal_Int8 OApplicationController::executeDrop( const ExecuteDropEvent& _rEvt )
if ( !pView || pView->getElementType() == E_NONE )
{
OSL_FAIL("OApplicationController::executeDrop: what the hell did queryDrop do?");
- // queryDrop shoud not have allowed us to reach this situation ....
+ // queryDrop should not have allowed us to reach this situation ....
return DND_ACTION_NONE;
}
diff --git a/dbaccess/source/ui/browser/dsbrowserDnD.cxx b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
index ddb081a916c8..a65a3a440915 100644
--- a/dbaccess/source/ui/browser/dsbrowserDnD.cxx
+++ b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
@@ -121,7 +121,7 @@ namespace dbaui
if (!isContainer(eEntryType))
{
OSL_FAIL("SbaTableQueryBrowser::executeDrop: what the hell did queryDrop do?");
- // queryDrop shoud not have allowed us to reach this situation ....
+ // queryDrop should not have allowed us to reach this situation ....
return DND_ACTION_NONE;
}
// a TransferableDataHelper for accessing the dropped data