diff options
author | Siqi Liu <me@siqi.fr> | 2015-04-14 00:55:04 +0200 |
---|---|---|
committer | Siqi Liu <me@siqi.fr> | 2015-04-14 00:55:17 +0200 |
commit | afb82d3729bda2754d0add08cc6c4dce1dc76d59 (patch) | |
tree | 9b457709d2e7cabaf927fc12241f9d937bc1d41c /sc/inc | |
parent | 855b0af13803c810593ed16ad65eed542d023756 (diff) |
implement SfxObjectShell subclasses' LOK interface
Change-Id: Iee2fbf71375631a349992a90c67c1c4c34e6ba3b
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index a9f538096c9b..b88ffecbc56c 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -766,6 +766,7 @@ public: SfxBindings* GetViewBindings(); SfxObjectShell* GetDocumentShell() const { return pShell; } SC_DLLPUBLIC ScDrawLayer* GetDrawLayer() { return pDrawLayer; } + SC_DLLPUBLIC const ScDrawLayer* GetDrawLayer() const { return pDrawLayer; } SfxBroadcaster* GetDrawBroadcaster(); // to avoid header void BeginDrawUndo(); |