diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-27 12:41:13 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-28 07:08:03 +0100 |
commit | 1e67ecaa81629197b2038cb88960613780ba6cf4 (patch) | |
tree | caff68245026f4c3c9bb45852280d89ad60a62b5 /dbaccess/source | |
parent | ee503c36199d225f4c906fe43c927f911c2097c7 (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/source')
-rw-r--r-- | dbaccess/source/core/api/query.cxx | 2 |
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 { |