User: ihi     
Date: 2007-11-21 15:57:29+0000
Modified:
   dba/dbaccess/source/ui/dlg/dlgsave.cxx

Log:
 INTEGRATION: CWS dba24c (1.33.40); FILE MERGED
 2007/10/24 13:48:12 fs 1.33.40.2: drop down line count
 2007/10/24 13:47:33 fs 1.33.40.1: drop down line count

File Changes:

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

File [changed]: dlgsave.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dlgsave.cxx?r1=1.33&r2=1.34
Delta lines:  +6 -0
-------------------
--- dlgsave.cxx 2007-07-06 08:16:06+0000        1.33
+++ dlgsave.cxx 2007-11-21 15:57:26+0000        1.34
@@ -177,6 +177,9 @@
         m_aSchema.setAllowedChars( sExtraNameChars );
         m_aTitle.setAllowedChars( sExtraNameChars );
     }
+
+    m_aCatalog.SetDropDownLineCount( 10 );
+    m_aSchema.SetDropDownLineCount( 10 );
 }
 // 
-----------------------------------------------------------------------------
 OSaveAsDlgImpl::OSaveAsDlgImpl( Window * _pParent,
@@ -200,7 +203,10 @@
                         ,m_nType(CommandType::COMMAND)
                         ,m_nFlags(_nFlags)
 {
+    m_aCatalog.SetDropDownLineCount( 10 );
+    m_aSchema.SetDropDownLineCount( 10 );
 }
+
 // 
-----------------------------------------------------------------------------
 using namespace ::com::sun::star::lang;
 




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

Reply via email to