User: hr      
Date: 06/06/19 20:15:03

Modified:
 /dba/dbaccess/source/ui/inc/
  TypeInfo.hxx

Log:
 INTEGRATION: CWS warnings01 (1.7.48); FILE MERGED
 2006/05/29 11:19:12 sb 1.7.48.3: #i53898# Made code warning-free and/or 
compile at all after resync to SRC680m170.
 2006/05/23 23:55:26 sb 1.7.48.2: RESYNC: (1.7-1.8); FILE MERGED
 2006/03/24 15:36:17 fs 1.7.48.1: #i57457# warning-free code (unxlngi6/.pro + 
unxsoli4.pro)

File Changes:

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

File [changed]: TypeInfo.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TypeInfo.hxx?r1=1.8&r2=1.9
Delta lines:  +9 -12
--------------------
--- TypeInfo.hxx        19 Apr 2006 13:21:10 -0000      1.8
+++ TypeInfo.hxx        20 Jun 2006 03:15:01 -0000      1.9
@@ -36,8 +36,8 @@
 #define DBAUI_TYPEINFO_HXX
 
 
-#ifndef _RTL_USTRING_
-#include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+#include <rtl/ustring.hxx>
 #endif
 #ifndef _COM_SUN_STAR_SDBC_DATATYPE_HPP_
 #include <com/sun/star/sdbc/DataType.hpp>
@@ -100,7 +100,6 @@
                ::rtl::OUString aLocalTypeName;
                                                
                sal_Int32               nPrecision;             // Laenge des 
Types
-               sal_Int32               nNumPrecRadix;  // indicating the 
radix, which is usually 2 or 10
         sal_Int32              nType;                  // Datenbanktyp
                
                sal_Int16               nMaximumScale;  // Nachkommastellen
@@ -113,21 +112,19 @@
                                                bAutoIncrement  : 1,    // Ist 
es ein automatisch incrementierendes Feld
                                                bNullable               : 1,    
// Kann das Feld NULL annehmen
                                                bCaseSensitive  : 1,    // Ist 
der Type Casesensitive
-                                               bUnsigned               : 1,    
// Ist der Type Unsigned        
-                                               bEmpty_1                : 1,    
// for later use
-                                               bEmpty_2                : 1;
+                                               bUnsigned               : 1;    
// Ist der Type Unsigned        
 
                OTypeInfo()
-                               :bCurrency(sal_False)
+                :nPrecision(0)
+                               ,nType(::com::sun::star::sdbc::DataType::OTHER)
+                               ,nMaximumScale(0)
+                               ,nMinimumScale(0)
+                               
,nSearchType(::com::sun::star::sdbc::ColumnSearch::FULL)
+                               ,bCurrency(sal_False)
                                ,bAutoIncrement(sal_False)
                                ,bNullable(sal_True)
                                ,bCaseSensitive(sal_False)
                                ,bUnsigned(sal_False)
-                               ,nMaximumScale(0)
-                               ,nMinimumScale(0)
-                               ,nType(::com::sun::star::sdbc::DataType::OTHER)
-                               ,nPrecision(0)
-                               
,nSearchType(::com::sun::star::sdbc::ColumnSearch::FULL)
                {}
                sal_Bool operator == (const OTypeInfo& lh) const { return 
lh.nType == nType; }
                sal_Bool operator != (const OTypeInfo& lh) const { return 
lh.nType != nType; }




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

Reply via email to