diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-05-31 10:09:07 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-05-31 10:09:07 +0000 |
commit | c6ef276554f9b5776829bf73fe6c3877347b1441 (patch) | |
tree | dbfa5f4410c1f466b54afe2bc3da5292b474132f /dbaccess/source/ui/dlg/dbadmin.cxx | |
parent | a2d85e0e837ae2387bde6f80ef3baef70334206f (diff) |
#87149# change subprotocol and Propertynames
Diffstat (limited to 'dbaccess/source/ui/dlg/dbadmin.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/dbadmin.cxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx index 2bd458aab128..245a774dbaf2 100644 --- a/dbaccess/source/ui/dlg/dbadmin.cxx +++ b/dbaccess/source/ui/dlg/dbadmin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dbadmin.cxx,v $ * - * $Revision: 1.53 $ + * $Revision: 1.54 $ * - * last change: $Author: oj $ $Date: 2001-05-29 13:33:12 $ + * last change: $Author: oj $ $Date: 2001-05-31 11:09:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -697,9 +697,9 @@ ODbAdminDialog::ODbAdminDialog(Window* _pParent, SfxItemSet* _pItems, const Refe // extra settings for odbc m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_USECATALOG, ::rtl::OUString::createFromAscii("UseCatalog"))); // extra settings for a ldap address book - m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_CONN_LDAP_HOSTNAME, ::rtl::OUString::createFromAscii("Hostname"))); + m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_CONN_LDAP_HOSTNAME, ::rtl::OUString::createFromAscii("HostName"))); m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_CONN_LDAP_BASEDN, ::rtl::OUString::createFromAscii("BaseDN"))); - m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_CONN_LDAP_PORTNUMBER, ::rtl::OUString::createFromAscii("Portnumber"))); + m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_CONN_LDAP_PORTNUMBER, ::rtl::OUString::createFromAscii("PortNumber"))); // remove the reset button - it's meaning is much too ambiguous in this dialog RemoveResetButton(); @@ -2655,6 +2655,9 @@ IMPL_LINK(ODatasourceSelector, OnButtonPressed, Button*, EMPTYARG) /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.53 2001/05/29 13:33:12 oj + * #87149# addressbook ui impl + * * Revision 1.52 2001/05/29 10:18:26 fs * #86082# set the service factory on the general page * |