diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:56:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:56:33 +0000 |
commit | fd0ffea0a009f1fa796dafa571157f4bd159b600 (patch) | |
tree | 5b9955f2b8c10b6df14123d5e420614dd18574cd /dbaccess/source/shared | |
parent | 80c819858167970abf0d094773b0a6fcfe7d476b (diff) |
INTEGRATION: CWS eoladabas_DEV300 (1.44.40); FILE MERGED
2008/01/24 12:23:37 oj 1.44.40.1: #149980# some changes for adabas
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r-- | dbaccess/source/shared/stringconstants.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/shared/stringconstants.cxx b/dbaccess/source/shared/stringconstants.cxx index 8956c54c67d9..7cd68bdbcbf7 100644 --- a/dbaccess/source/shared/stringconstants.cxx +++ b/dbaccess/source/shared/stringconstants.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stringconstants.cxx,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: rt $ $Date: 2008-01-30 08:40:53 $ + * last change: $Author: obo $ $Date: 2008-02-26 15:56:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -234,7 +234,7 @@ IMPLEMENT_CONSTASCII_USTRING(SERVICE_FRAME_DESKTOP, "com.sun.star.frame.Desktop" IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_ADABASCREATIONDIALOG, "com.sun.star.sdb.AdabasCreationDialog"); IMPLEMENT_CONSTASCII_USTRING(SERVICE_UI_FOLDERPICKER, "com.sun.star.ui.dialogs.FolderPicker"); IMPLEMENT_CONSTASCII_USTRING(SERVICE_I18N_COLLATOR, "com.sun.star.i18n.Collator"); -IMPLEMENT_CONSTASCII_USTRING(SERVICE_EXTENDED_ADABAS_DRIVER, "com.sun.star.comp.sdbcx.adabas.ext.ODriver"); +IMPLEMENT_CONSTASCII_USTRING(SERVICE_EXTENDED_ADABAS_DRIVER, "com.sun.star.comp.sdbcx.adabas.ODriver"); 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"); |