diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-11-14 11:06:08 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-11-14 13:40:35 +0100 |
commit | dacc616f7020d045a1cfdb3806436e06046dae10 (patch) | |
tree | 1e954609f48bbbf69f40e9ae74edddbaba8c168f /sw/inc | |
parent | e320d070bb0d4dd0ceb696f2c7cc5afb7c4273c3 (diff) |
sw lok comments: fix callback of newly created outliner views
SwPostItMgr::registerLibreOfficeKitCallback() already took care of
informing existing outliners, this commit gives a callback to newly
registered ones as well.
Change-Id: I660dcb54231a9d404bf80b4284003d119dae6a5c
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/drawdoc.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/drawdoc.hxx b/sw/inc/drawdoc.hxx index 339fbc7f9c3d..97efdb5f52bf 100644 --- a/sw/inc/drawdoc.hxx +++ b/sw/inc/drawdoc.hxx @@ -41,6 +41,8 @@ public: virtual SdrPage* AllocPage(bool bMasterPage) override; virtual css::uno::Reference<css::embed::XStorage> GetDocumentStorage() const override; + /// Get the callback and callback data, previously given to registerLibreOfficeKitCallback(). + void getLibreOfficeKitCallback(LibreOfficeKitCallback& rCallback, void*& rLibreOfficeKitData); protected: /// override of <SdrModel::createUnoModel()> is needed to provide corresponding uno model. |