summaryrefslogtreecommitdiff
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
parentd3aa6c58d40a6516c188e85ed6ad12f1b4012a94 (diff)
typos
Change-Id: I3ebe1c03be3b7e84666ca6a19442c376f21a5491
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx2
-rw-r--r--qadevOOo/runner/helper/PropertyHandlerImpl.java2
-rw-r--r--sd/source/core/sdpage.cxx2
3 files changed, 3 insertions, 3 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));
diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java
index 1bec1ef5cb27..01223bdd1f54 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 a94519a9c37e..5f7041791f95 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;
}