summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-11 13:24:46 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-11 13:24:46 +0000
commit2a9b1df60e5ef521e6d27022b7f57b8d7b026c78 (patch)
treeecef432328b520a94bffa1afef1ed56b440c6519 /sfx2
parent1d300875465b984e2c83921410fc22bf68d014a4 (diff)
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
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index b50647d9ca2a..7309d55cfef0 100644
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -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
{