summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2020-01-13 08:46:18 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2020-01-13 08:46:18 +0100
commit5e7bacba501e008b93f97bb2c9d80fe764cbd757 (patch)
treeba7c8e295ebaa40dccf8b66f075840fa9b6db682 /sc/inc
parent8b6a27abe930685e99135a2ec430f8167d8cd88f (diff)
parente17ed7b1e11174a7b3ed1219ce1df8b26372417a (diff)
Merge branch 'libreoffice-6-4'
into distro/lhm/libreoffice-6-4+backports Change-Id: I248fcf4772b8189f41e67fd98b540571f565ee8c
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/docuno.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index e7cf7f1d3263..bb8174132577 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -673,6 +673,8 @@ public:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
+ ScDocShell* GetDocShell() const { return pDocShell; }
+
/// XSheetAnnotations
virtual void SAL_CALL insertNew( const css::table::CellAddress& aPosition,
const OUString& aText ) override;