From 7d5911e40855ac6234590e008927c9b819084ad0 Mon Sep 17 00:00:00 2001 From: "Uray M. János" Date: Fri, 31 Aug 2012 12:44:47 +0200 Subject: Basic IDE: Docking property browser under object catalog Now the property browser can be docked in the same way as all other dialogs in the Basic IDE and the Dialog Editor. The property browser (PropBrw, for which PropertyBrowser would be a better and easier-to-remember name IMO) is derived from basctl::DockingWindow instead of SfxDockingWindow. PropBrwMgr was removed (it seemed to be only a wrapper), and PropBrw is now a data member of DialogWindowLayout (aPropertyBrowser). Change-Id: I06737a5cbc985888432630714cb919d1bbbcbb49 Reviewed-on: https://gerrit.libreoffice.org/518 Reviewed-by: Noel Power Tested-by: Noel Power --- basctl/source/basicide/layout.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'basctl/source/basicide/layout.hxx') diff --git a/basctl/source/basicide/layout.hxx b/basctl/source/basicide/layout.hxx index 6adaeebde151..9f56321aad09 100644 --- a/basctl/source/basicide/layout.hxx +++ b/basctl/source/basicide/layout.hxx @@ -49,6 +49,7 @@ public: virtual void Activating (BaseWindow&); virtual void Deactivating (); + virtual void ExecuteGlobal (SfxRequest&) { } virtual void GetState (SfxItemSet&, unsigned nWhich) = 0; virtual void UpdateDebug (bool bBasicStopped ) = 0; -- cgit