summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-03-27 12:41:13 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-03-28 07:08:03 +0100
commit1e67ecaa81629197b2038cb88960613780ba6cf4 (patch)
treecaff68245026f4c3c9bb45852280d89ad60a62b5 /dbaccess
parentee503c36199d225f4c906fe43c927f911c2097c7 (diff)
Fix typo
Change-Id: I6ba022b55af8f54f8a2e01ac354a345d1fcbf075 Reviewed-on: https://gerrit.libreoffice.org/69876 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/query.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/query.cxx b/dbaccess/source/core/api/query.cxx
index 45deb996e762..cac86edf8e2b 100644
--- a/dbaccess/source/core/api/query.cxx
+++ b/dbaccess/source/core/api/query.cxx
@@ -233,7 +233,7 @@ void SAL_CALL OQuery::propertyChange( const PropertyChangeEvent& _rSource )
ODataSettings::setFastPropertyValue_NoBroadcast(nOwnHandle, _rSource.NewValue);
// don't use our own setFastPropertyValue_NoBroadcast, this would forward it to the CommandSettings,
// again
- // and don't use the "real" setPropertyValue, this is to expensive and not sure to succeed
+ // and don't use the "real" setPropertyValue, this is too expensive and not sure to succeed
}
else
{