summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-03-23 06:16:24 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-03-23 21:52:24 +0100
commit77a8b485085ecda67e4e0cd76298296dad4e4467 (patch)
tree76367d5a52bebbecf040cc326ddd33726608f690 /dbaccess
parent574e3ddae11a4fa3965bbf8ddf6352f63b41d341 (diff)
Fix typos
Change-Id: Iba46fbe8559211403118a23cd198a2217b333a81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90900 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/inc/datasettings.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/inc/datasettings.hxx b/dbaccess/source/core/inc/datasettings.hxx
index 8b35ad1c0b51..9b6a7f686434 100644
--- a/dbaccess/source/core/inc/datasettings.hxx
+++ b/dbaccess/source/core/inc/datasettings.hxx
@@ -66,7 +66,7 @@ protected:
ODataSettings(::cppu::OBroadcastHelper& _rBHelper,bool _bQuery = false);
virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, css::uno::Any& _rDefault ) const override;
- /** register the properties from the param given. The parameter instance must be alive as long as tis object live.
+ /** register the properties from the param given. The parameter instance must be alive as long as its object lives.
@param _pItem
The database settings, can be <br>this</br>
*/