[Libreoffice-commits] core.git: dbaccess/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 28 06:08:29 UTC 2019


 dbaccess/source/core/api/query.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e67ecaa81629197b2038cb88960613780ba6cf4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Mar 27 12:41:13 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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
         {


More information about the Libreoffice-commits mailing list