From 76ca8f7f178f5e9698d23ac0b1212922f2ddf39b Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Fri, 17 May 2013 09:44:46 +0000 Subject: Resolves: #i122315# Disable 'More Options' buttons when... their commands are disabled (cherry picked from commit 10e1831ad2e9597c5197bafb6e03b098f8e81454) Conflicts: sfx2/inc/sfx2/sidebar/SidebarToolBox.hxx sfx2/source/sidebar/SidebarToolBox.cxx sfx2/source/sidebar/TitleBar.cxx Change-Id: Iff83e024bd58ce4a6f27a8cde66b287d3bf710a3 --- sfx2/source/sidebar/TitleBar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/sidebar/TitleBar.cxx') diff --git a/sfx2/source/sidebar/TitleBar.cxx b/sfx2/source/sidebar/TitleBar.cxx index 2240006ca6c8..bab96310ba84 100644 --- a/sfx2/source/sidebar/TitleBar.cxx +++ b/sfx2/source/sidebar/TitleBar.cxx @@ -117,7 +117,7 @@ void TitleBar::setPosSizePixel ( // Place the toolbox. const sal_Int32 nToolBoxWidth (maToolBox.GetItemPosRect(0).GetWidth()); - maToolBox.setPosSizePixel(nWidth-nToolBoxWidth,0,nToolBoxWidth,nHeight); + maToolBox.setPosSizePixel(nWidth-nToolBoxWidth,0, nToolBoxWidth,nHeight, WINDOW_POSSIZE_POSSIZE); maToolBox.Show(); } -- cgit