summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-28 21:11:20 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-02 19:49:11 +0200
commitfc66bc369c195de7f12f3f657120de72b145c32d (patch)
treecf89200becd059c10db857341f287d5c715ed266 /dbaccess
parent5ed44a655b5cbd95fe36604ab1b54127546b78cd (diff)
Fix typo
Change-Id: Ia2f869a5a71c080d6284bc3a705ee4551195d9f5 Reviewed-on: https://gerrit.libreoffice.org/71694 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/inc/ModelImpl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/core/inc/ModelImpl.hxx b/dbaccess/source/core/inc/ModelImpl.hxx
index 0771f07b6194..15cda7443bbd 100644
--- a/dbaccess/source/core/inc/ModelImpl.hxx
+++ b/dbaccess/source/core/inc/ModelImpl.hxx
@@ -344,7 +344,7 @@ public:
void release();
- /// returns a all known data source settings, including their default values
+ /// returns all known data source settings, including their default values
static const AsciiPropertyValue* getDefaultDataSourceSettings();
/** retrieves the requested container of objects (forms/reports/tables/queries)
@@ -461,7 +461,7 @@ private:
};
-/** a small base class for UNO components whose functionality depends on a ODatabaseModelImpl
+/** a small base class for UNO components whose functionality depends on an ODatabaseModelImpl
*/
class ModelDependentComponent
{
@@ -519,7 +519,7 @@ private:
ModelDependentComponent& m_rComponent;
};
-/** a guard for public methods of objects dependent on a ODatabaseModelImpl instance
+/** a guard for public methods of objects dependent on an ODatabaseModelImpl instance
Just put this guard onto the stack at the beginning of your method. Don't bother yourself
with a MutexGuard, checks for being disposed, and the like.
@@ -534,7 +534,7 @@ public:
/** constructs the guard
@param _component
- the component whose functionality depends on a ODatabaseModelImpl instance
+ the component whose functionality depends on an ODatabaseModelImpl instance
@throws css::lang::DisposedException
If the given component is already disposed