Tag: cws_src680_dba24c
User: fs      
Date: 2007-10-24 13:47:36+0000
Modified:
   dba/dbaccess/source/ui/dlg/dlgsave.cxx

Log:
 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.33.40.1
Delta lines:  +7 -3
-------------------
--- dlgsave.cxx 2007-07-06 08:16:06+0000        1.33
+++ dlgsave.cxx 2007-10-24 13:47:33+0000        1.33.40.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dlgsave.cxx,v $
  *
- *  $Revision: 1.33 $
+ *  $Revision: 1.33.40.1 $
  *
- *  last change: $Author: rt $ $Date: 2007/07/06 08:16:06 $
+ *  last change: $Author: fs $ $Date: 2007/10/24 13:47:33 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -177,6 +177,8 @@
         m_aSchema.setAllowedChars( sExtraNameChars );
         m_aTitle.setAllowedChars( sExtraNameChars );
     }
+
+    m_aSchema.SetDropDownLineCount( 10 );
 }
 // 
-----------------------------------------------------------------------------
 OSaveAsDlgImpl::OSaveAsDlgImpl( Window * _pParent,
@@ -200,7 +202,9 @@
                         ,m_nType(CommandType::COMMAND)
                         ,m_nFlags(_nFlags)
 {
+    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