summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-07 20:29:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-07 20:30:40 +0200
commitdd9dba52f3db38ecf9e6b5c5150219e59579d54b (patch)
treea9a41e2137da2f75accf37360089db2bf7bec4fe /dbaccess
parentd3aa6c58d40a6516c188e85ed6ad12f1b4012a94 (diff)
typos
Change-Id: I3ebe1c03be3b7e84666ca6a19442c376f21a5491
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 30e737e7947c..f17ff9b7aca3 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -378,7 +378,7 @@ sal_Bool OTableController::doSaveDoc(sal_Bool _bSaveAs)
OSL_ENSURE(xFact.is(),"OTableController::doSaveDoc: No XDataDescriptorFactory available!");
xTable = xFact->createDataDescriptor();
OSL_ENSURE(xTable.is(),"OTableController::doSaveDoc: Create query failed!");
- // to set the name is only allowed when the wuery is new
+ // to set the name is only allowed when the query is new
xTable->setPropertyValue(PROPERTY_CATALOGNAME,makeAny(sCatalog));
xTable->setPropertyValue(PROPERTY_SCHEMANAME,makeAny(sSchema));
xTable->setPropertyValue(PROPERTY_NAME,makeAny(m_sName));