User: obo     
Date: 05/12/19 09:18:30

Modified:
 /dba/dbaccess/source/ui/misc/
  dsntypes.cxx

Log:
 INTEGRATION: CWS kaddrbook (1.25.110); FILE MERGED
 2005/11/30 01:08:56 kendy 1.25.110.2: RESYNC: (1.25-1.27); FILE MERGED
 2005/08/29 08:51:35 ebischoff 1.25.110.1: Changes needed for new KDE address 
book driver

File Changes:

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

File [changed]: dsntypes.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/dsntypes.cxx?r1=1.27&r2=1.28
Delta lines:  +5 -0
-------------------
--- dsntypes.cxx        23 Sep 2005 12:39:42 -0000      1.27
+++ dsntypes.cxx        19 Dec 2005 17:18:27 -0000      1.28
@@ -387,6 +387,7 @@
                        case DST_OUTLOOKEXP:
                        case DST_FLAT:
             case DST_EVOLUTION:
+            case DST_KAB:
                        case DST_THUNDERBIRD:
                        case DST_CALC:
                 bSupportsTableCreation = FALSE;
@@ -432,6 +433,7 @@
                case DST_OUTLOOKEXP:
                case DST_JDBC:
         case DST_EVOLUTION:
+        case DST_KAB:
                        bEnableBrowseButton = FALSE;
                        break;
                default:
@@ -472,6 +474,7 @@
                case DST_MOZILLA:
                case DST_THUNDERBIRD:
                case DST_EVOLUTION:
+               case DST_KAB:
                case DST_OUTLOOK:
         case DST_OUTLOOKEXP: //????
                case DST_DBASE:
@@ -550,6 +553,8 @@
                        return DST_OUTLOOKEXP;
                if (_rDsn.EqualsIgnoreCaseAscii("evolution", 
nSeparator,_rDsn.Len() - nSeparator))
                        return DST_EVOLUTION;
+               if (_rDsn.EqualsIgnoreCaseAscii("kab", nSeparator,_rDsn.Len() - 
nSeparator))
+                       return DST_KAB;
        }
 
        // find third :




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

Reply via email to