diff options
author | Noel Grandin <noel@peralex.com> | 2013-01-09 17:21:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-01-28 08:23:11 +0200 |
commit | 614e31aa24b51a6e4f5c4f26d51b3d880db643b1 (patch) | |
tree | c54e83dd9851c3b3ea036b7786845fcdcba20701 /dbaccess/source/inc/stringconstants.inc | |
parent | 29f17580a59421d7dd5f8c6bef980ae30cc63bb6 (diff) |
fdo#46808, Adapt sdb::TableDefinition UNO service to new style
The service already existed, it just did not have an IDL file
Change-Id: Iaac84da8baa3a060eef339d8e477f86ca49fae08
Diffstat (limited to 'dbaccess/source/inc/stringconstants.inc')
-rw-r--r-- | dbaccess/source/inc/stringconstants.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/inc/stringconstants.inc b/dbaccess/source/inc/stringconstants.inc index 37627a0a5159..066cc205778b 100644 --- a/dbaccess/source/inc/stringconstants.inc +++ b/dbaccess/source/inc/stringconstants.inc @@ -208,7 +208,6 @@ IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDBCX_TABLES, "com.sun.star.sdbcx.Tables"); IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_QUERIES, "com.sun.star.sdb.Queries"); IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDBCX_INDEXCOLUMN, "com.sun.star.sdbcx.IndexColumn"); IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDBCX_KEYCOLUMN, "com.sun.star.sdbcx.KeyColumn"); -IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_TABLEDEFINITION, "com.sun.star.sdb.TableDefinition"); IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_COMMAND_DEFINITION, "com.sun.star.sdb.CommandDefinition"); IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_DOCUMENTDEFINITION, "com.sun.star.sdb.DocumentDefinition"); IMPLEMENT_CONSTASCII_USTRING(SERVICE_NAME_FORM, "com.sun.star.sdb.Form"); |