[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - svx/source

Caolán McNamara caolanm at redhat.com
Mon Jun 10 06:07:40 PDT 2013


 svx/source/sidebar/PanelLayout.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 78beb05263129a1acd0fde6c03d828d813fd4a94
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jun 10 14:05:28 2013 +0100

    Resolves: fdo#65546 set Panel Layouts as DialogControl widgets
    
    Change-Id: Iaf0e1dccf1af3bcec1057e42934d2931ccebfd32
    (cherry picked from commit a4c07d983ab5562c914dad0d06cb24c61a7f3b41)

diff --git a/svx/source/sidebar/PanelLayout.cxx b/svx/source/sidebar/PanelLayout.cxx
index 568f151..2c5a5bb 100644
--- a/svx/source/sidebar/PanelLayout.cxx
+++ b/svx/source/sidebar/PanelLayout.cxx
@@ -13,6 +13,7 @@
 PanelLayout::PanelLayout(Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const com::sun::star::uno::Reference<com::sun::star::frame::XFrame> &rFrame)
     : Control(pParent)
 {
+    SetStyle(GetStyle() | WB_DIALOGCONTROL);
     m_pUIBuilder = new VclBuilder(this, getUIRootDir(), rUIXMLDescription, rID, rFrame);
 }
 


More information about the Libreoffice-commits mailing list