diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-01 22:29:22 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-01 22:29:22 -0400 |
commit | d530c10e58ecf9d1efb6ac5242f706653f6caa5f (patch) | |
tree | 762a67cbe3c7cd146783ab8d1d979190ed33135b /dbaccess/source/inc/stringconstants.inc | |
parent | 80615f37f2dc18eaf8579ffe2f4017d69d838907 (diff) |
Ported calc-perf-import-dbf-dbaccess.diff from ooo-build.
Add mechanism to optionally turn off property change notification,
which is quite expensive.
Diffstat (limited to 'dbaccess/source/inc/stringconstants.inc')
-rw-r--r-- | dbaccess/source/inc/stringconstants.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/inc/stringconstants.inc b/dbaccess/source/inc/stringconstants.inc index f2a39b06f110..5eef8a68d7bd 100644 --- a/dbaccess/source/inc/stringconstants.inc +++ b/dbaccess/source/inc/stringconstants.inc @@ -183,6 +183,7 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_HAVING_CLAUSE, "HavingClause"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_GROUP_BY, "GroupBy"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_EDIT_WIDTH, "EditWidth"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SINGLESELECTQUERYCOMPOSER,"SingleSelectQueryComposer"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CHANGE_NOTIFICATION_ENABLED, "PropertyChangeNotificationEnabled"); //============================================================ //= service names |