User: hr      
Date: 2006/08/15 03:51:26

Modified:
   dba/dbaccess/source/ui/dlg/indexdialog.cxx

Log:
 INTEGRATION: CWS dba30 (1.23.4); FILE MERGED
 2006/07/19 12:51:43 fs 1.23.4.3: RESYNC: (1.24-1.25); FILE MERGED
 2006/03/21 18:32:41 fs 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED
 2006/01/02 09:17:11 oj 1.23.4.1: #i44200# use 
supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was 
used

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: indexdialog.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/indexdialog.cxx?r1=1.25&r2=1.26
Delta lines:  +1 -1
-------------------
--- indexdialog.cxx     20 Jun 2006 03:08:17 -0000      1.25
+++ indexdialog.cxx     15 Aug 2006 10:51:23 -0000      1.26
@@ -145,7 +145,7 @@
                        {
                                ::rtl::OUString sNewName(_rNewText);
                                ::rtl::OUString sAlias = 
::dbtools::convertName2SQLName(sNewName,xMeta->getExtraNameCharacters());
-                               if ( ( 
xMeta->storesMixedCaseQuotedIdentifiers() )
+                               if ( ( 
xMeta->supportsMixedCaseQuotedIdentifiers() )
                                                ? 
                                                sAlias != sNewName 
                                                : 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to