Tag: cws_src680_dba202b
User: oj      
Date: 05/12/12 01:25:39

Modified:
 /dba/dbaccess/source/ui/tabledesign/
  TEditControl.cxx

Log:
 #122561# check if we have a type info

File Changes:

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

File [changed]: TEditControl.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TEditControl.cxx?r1=1.44.42.1&r2=1.44.42.2
Delta lines:  +3 -3
-------------------
--- TEditControl.cxx    28 Nov 2005 11:08:23 -0000      1.44.42.1
+++ TEditControl.cxx    12 Dec 2005 09:25:37 -0000      1.44.42.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: TEditControl.cxx,v $
  *
- *  $Revision: 1.44.42.1 $
+ *  $Revision: 1.44.42.2 $
  *
- *  last change: $Author: oj $ $Date: 2005/11/28 11:08:23 $
+ *  last change: $Author: oj $ $Date: 2005/12/12 09:25:37 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -496,7 +496,7 @@
                        break;
                case FIELD_TYPE:
                        {
-                               if( pActFieldDescr )
+                               if ( pActFieldDescr && 
pActFieldDescr->getTypeInfo() )
                                        aInitString = 
pActFieldDescr->getTypeInfo()->aUIName;
 
                                
//////////////////////////////////////////////////////////////




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

Reply via email to