summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/olesh.hxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2021-01-22 11:55:25 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2021-01-25 18:40:20 +0100
commit4211ce171cceee978b6e85ea9accaa6726e774c4 (patch)
treefbcd89aabf710b5c6ddadb9553b793e6fe8edb90 /sw/source/uibase/inc/olesh.hxx
parentaa98ed61a7b1e50bcc4f64ceaea3bb0cda360bb4 (diff)
tdf#139830: keep the right context for chart after view switch (writer).
Change-Id: Id4829e4bf8f52e2348ebd7874c77e245b18a2bb9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109812 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109899 Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/inc/olesh.hxx')
-rw-r--r--sw/source/uibase/inc/olesh.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/olesh.hxx b/sw/source/uibase/inc/olesh.hxx
index 4f21b2a0396a..a5c9eb28d051 100644
--- a/sw/source/uibase/inc/olesh.hxx
+++ b/sw/source/uibase/inc/olesh.hxx
@@ -30,6 +30,10 @@ private:
/// SfxInterface initializer.
static void InitInterface_Impl();
+protected:
+ virtual void Activate(bool bMDI) override;
+ virtual void Deactivate(bool bMDI) override;
+
public:
SwOleShell(SwView& rView);
};