From dd9dba52f3db38ecf9e6b5c5150219e59579d54b Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 7 Jun 2013 20:29:58 +0200 Subject: typos Change-Id: I3ebe1c03be3b7e84666ca6a19442c376f21a5491 --- dbaccess/source/ui/tabledesign/TableController.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') 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)); -- cgit