diff options
Diffstat (limited to 'mysqlc/source/mysqlc_propertyids.cxx')
-rw-r--r-- | mysqlc/source/mysqlc_propertyids.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysqlc/source/mysqlc_propertyids.cxx b/mysqlc/source/mysqlc_propertyids.cxx index f22d7af4f2d0..ee59375b694e 100644 --- a/mysqlc/source/mysqlc_propertyids.cxx +++ b/mysqlc/source/mysqlc_propertyids.cxx @@ -76,9 +76,9 @@ const sal_Char* getPROPERTY_LOCALE() { return "Locale"; } const sal_Char* getPROPERTY_AUTOINCREMENTCREATION() { return "AutoIncrementCreation"; } const sal_Char* getPROPERTY_PRIVILEGES() { return "Privileges"; } - //============================================================ + //= error messages - //============================================================ + const sal_Char* getERRORMSG_SEQUENCE() { return "Function sequence error"; } const sal_Char* getSQLSTATE_SEQUENCE() { return "HY010"; } const sal_Char* getSQLSTATE_GENERAL() { return "HY0000"; } |