[Libreoffice-commits] core.git: Branch 'feature/sidebaropt' - sc/source

Michael Meeks michael.meeks at suse.com
Fri May 17 12:34:34 PDT 2013


 sc/source/ui/app/scdll.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64e94ef4e01773e831a2f73cd1eb6a8efbf2b3b6
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Fri May 17 20:35:13 2013 +0100

    thinko - squash me ...

diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index 981df14..b31a45e 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -229,7 +229,7 @@ void ScDLL::Init()
 
     // common SFX controller
     ::sfx2::TaskPaneWrapper::RegisterChildWindow( false, pMod );
-    ::sfx2::sidebar::SidebarChildWindowIfEnabled::RegisterChildWindow(false, pMod);
+    ::sfx2::sidebar::SidebarChildWindow::RegisterChildWindowIfEnabled(false, pMod);
 
     // Svx-StatusBar-Controller
     SvxInsertStatusBarControl       ::RegisterControl(SID_ATTR_INSERT,      pMod);


More information about the Libreoffice-commits mailing list