INTEGRATION: CWS c05v001 (1.50.44); FILE MERGED

2005/08/15 13:50:16 ssa 1.50.44.1: #124966# synchronous update for toolboxes that will open in popup mode
This commit is contained in:
Kurt Zenker 2005-11-11 13:24:46 +00:00
parent 1d30087546
commit 2a9b1df60e

View file

@ -4,9 +4,9 @@
*
* $RCSfile: tbxitem.cxx,v $
*
* $Revision: 1.52 $
* $Revision: 1.53 $
*
* last change: $Author: rt $ $Date: 2005-11-10 16:13:56 $
* last change: $Author: kz $ $Date: 2005-11-11 14:24:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -933,11 +933,13 @@ void SfxToolBoxControl::createAndPositionSubToolBar( const ::rtl::OUString& rSub
xWeakUIElementFactory = xUIEementFactory;
}
Sequence< PropertyValue > aPropSeq( 2 );
Sequence< PropertyValue > aPropSeq( 3 );
aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" ));
aPropSeq[0].Value <<= xFrame;
aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Persistent" ));
aPropSeq[1].Value <<= sal_False;
aPropSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PopupMode" ));
aPropSeq[2].Value <<= sal_True;
try
{