Kaydet (Commit) 1b74b3c5 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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
üst 355a053d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dlgsave.cxx,v $ * $RCSfile: dlgsave.cxx,v $
* *
* $Revision: 1.33 $ * $Revision: 1.34 $
* *
* last change: $Author: rt $ $Date: 2007-07-06 08:16:06 $ * last change: $Author: ihi $ $Date: 2007-11-21 15:57:26 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -177,6 +177,9 @@ OSaveAsDlgImpl::OSaveAsDlgImpl( Window * _pParent, ...@@ -177,6 +177,9 @@ OSaveAsDlgImpl::OSaveAsDlgImpl( Window * _pParent,
m_aSchema.setAllowedChars( sExtraNameChars ); m_aSchema.setAllowedChars( sExtraNameChars );
m_aTitle.setAllowedChars( sExtraNameChars ); m_aTitle.setAllowedChars( sExtraNameChars );
} }
m_aCatalog.SetDropDownLineCount( 10 );
m_aSchema.SetDropDownLineCount( 10 );
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
OSaveAsDlgImpl::OSaveAsDlgImpl( Window * _pParent, OSaveAsDlgImpl::OSaveAsDlgImpl( Window * _pParent,
...@@ -200,7 +203,10 @@ OSaveAsDlgImpl::OSaveAsDlgImpl( Window * _pParent, ...@@ -200,7 +203,10 @@ OSaveAsDlgImpl::OSaveAsDlgImpl( Window * _pParent,
,m_nType(CommandType::COMMAND) ,m_nType(CommandType::COMMAND)
,m_nFlags(_nFlags) ,m_nFlags(_nFlags)
{ {
m_aCatalog.SetDropDownLineCount( 10 );
m_aSchema.SetDropDownLineCount( 10 );
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment