From c32b6be06bf5453d82d9aad64aed5f384c9d1d1f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 05:32:37 +0200 Subject: fdo#60724 correct spelling Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f --- dbaccess/source/core/inc/definitioncontainer.hxx | 2 +- dbaccess/source/ui/querydesign/querycontroller.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess') 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 ) { -- cgit