dbaccess/source/core/api/query.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e67ecaa81629197b2038cb88960613780ba6cf4 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Mar 27 12:41:13 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu Mar 28 07:08:03 2019 +0100 Fix typo Change-Id: I6ba022b55af8f54f8a2e01ac354a345d1fcbf075 Reviewed-on: https://gerrit.libreoffice.org/69876 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
