INTEGRATION: CWS tbe17 (1.49.2); FILE MERGED

2005/01/20 17:01:43 tbe 1.49.2.3: #i41023# build break in basctl/source/basicide/moduldl2.cxx
2005/01/20 13:20:47 tbe 1.49.2.2: #i41023# build break in basctl/source/basicide/moduldl2.cxx
2005/01/19 16:40:14 tbe 1.49.2.1: #i40994# Append Libraries dialog doesn't display *.xlb files
This commit is contained in:
Rüdiger Timm
2005-01-27 13:25:38 +00:00
parent e73939f7e4
commit e446f479c9

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: moduldl2.cxx,v $
*
* $Revision: 1.49 $
* $Revision: 1.50 $
*
* last change: $Author: kz $ $Date: 2005-01-13 17:50:24 $
* last change: $Author: rt $ $Date: 2005-01-27 14:25:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -821,9 +821,10 @@ void LibPage::InsertLib()
xFP->setTitle( String( IDEResId( RID_STR_APPENDLIBS ) ) );
// filter
::rtl::OUString aTitle( ::rtl::OUString( IDEResId( RID_STR_BASIC ) ) );
::rtl::OUString aTitle = ::rtl::OUString( IDEResId( RID_STR_BASIC ) );
::rtl::OUString aFilter;
aFilter = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "*.sdw;*.sxw;*.odt" ) ); // text
aFilter = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "*.sbl;*.xlc;*.xlb" ) ); // library files
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.sdw;*.sxw;*.odt" ) ); // text
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.vor;*.stw;*.ott" ) ); // text template
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.sgl;*.sxg;*.odm" ) ); // master document
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.oth" ) ); // html document template