summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-09-20 10:25:05 -0400
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-09-20 18:40:35 +0000
commit0b5c4d382185c781ee5161b36bbe21be3db94a47 (patch)
tree19f5538f21389f78fc1651a5c9d43a4f1d01dc57 /sc/source/ui/inc
parent28447258fb6d9b8246f2a96d1a86945ef255d110 (diff)
sc draw: emit LOK_CALLBACK_GRAPHIC_VIEW_SELECTION when view is created
In multiple view environment, when a new view is created ensure to notify other views graphic view selections. Change-Id: If75f9525af6e851e096b6d273957b94882c441cf Reviewed-on: https://gerrit.libreoffice.org/29094 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/drawview.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/inc/drawview.hxx b/sc/source/ui/inc/drawview.hxx
index ab157c363eec..a9047ededf71 100644
--- a/sc/source/ui/inc/drawview.hxx
+++ b/sc/source/ui/inc/drawview.hxx
@@ -155,6 +155,9 @@ public:
static void CheckOle( const SdrMarkList& rMarkList, bool& rAnyOle, bool& rOneOle );
void SyncForGrid( SdrObject* pObj );
+
+ /// See SdrMarkView::GetSfxViewShell().
+ SfxViewShell* GetSfxViewShell() const override;
};
#endif