dbaccess/source/ui/tabledesign/TableController.cxx | 2 +- qadevOOo/runner/helper/PropertyHandlerImpl.java | 2 +- sd/source/core/sdpage.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit dd9dba52f3db38ecf9e6b5c5150219e59579d54b Author: Julien Nabet <[email protected]> Date: Fri Jun 7 20:29:58 2013 +0200 typos Change-Id: I3ebe1c03be3b7e84666ca6a19442c376f21a5491 diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx index 30e737e..f17ff9b 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)); diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java index 1bec1ef..01223bd 100644 --- a/qadevOOo/runner/helper/PropertyHandlerImpl.java +++ b/qadevOOo/runner/helper/PropertyHandlerImpl.java @@ -23,7 +23,7 @@ import com.sun.star.inspection.XPropertyControlFactory; import com.sun.star.inspection.XPropertyHandler; /** - * This implementation of <CODE>PropertyHandler</CODE> do currently nothig. + * This implementation of <CODE>PropertyHandler</CODE> does currently nothing. * All methods are implemented, but not filled with content. * @see com.sun.star.inspection.XPropertyHandler */ diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx index a94519a..5f70417 100644 --- a/sd/source/core/sdpage.cxx +++ b/sd/source/core/sdpage.cxx @@ -1548,7 +1548,7 @@ void SdPage::SetAutoLayout(AutoLayout eLayout, sal_Bool bInit, sal_Bool bCreate if((meAutoLayout == AUTOLAYOUT_NONE && maPresentationShapeList.isEmpty()) || mbMaster) { - // MasterPage or no layout and no presentation shapes available, noting to do + // MasterPage or no layout and no presentation shapes available, nothing to do return; } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
