summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-08-30 15:34:11 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-08-30 15:00:40 +0000
commit3ab2b0625bb8ab8447a508d654d6e8c95d50dbd5 (patch)
treed3780ed2527c3a244963f08f03d8c2332162ce90 /sc/inc/docuno.hxx
parenta037f6338c19e16bcbc0674214666a786872c59d (diff)
sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) API
Unlike in Writer, there doesn't seem to be an existing UNO API that can be reused here. Change-Id: I011a2f34d4d09ad604991637322ceadf6b2eb181 Reviewed-on: https://gerrit.libreoffice.org/28498 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index c276198af067..b2b029388e10 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -418,6 +418,9 @@ public:
/// @see vcl::ITiledRenderable::getPointer().
virtual Pointer getPointer() override;
+
+ /// @see vcl::ITiledRenderable::getTrackedChanges().
+ OUString getTrackedChanges() override;
};
class ScDrawPagesObj : public cppu::WeakImplHelper<