diff options
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 { |