summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/inc/definitioncontainer.hxx2
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/inc/definitioncontainer.hxx b/dbaccess/source/core/inc/definitioncontainer.hxx
index 6a6b3bbb416d..1c3f654be3d9 100644
--- a/dbaccess/source/core/inc/definitioncontainer.hxx
+++ b/dbaccess/source/core/inc/definitioncontainer.hxx
@@ -213,7 +213,7 @@ protected:
/** create a object from it's persistent data within the configuration. To be overwritten by derived classes.
@param _rName the name the object has within the container
- @return the newly created object or an empty reference if somthing went wrong
+ @return the newly created object or an empty reference if something went wrong
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent > createObject(
const OUString& _rName) = 0;
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index 960c8a0d421a..867abb848e12 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -283,7 +283,7 @@ namespace
/**
* The value of m_nLimit is updated when LimitBox loose its focus
* So in those case when execution needs recent data, grab the focus
- * (e.g. execute SQL statment, change views)
+ * (e.g. execute SQL statement, change views)
*/
void grabFocusFromLimitBox( OQueryController& _rController )
{