diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-08-30 15:34:11 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-08-30 15:00:40 +0000 |
commit | 3ab2b0625bb8ab8447a508d654d6e8c95d50dbd5 (patch) | |
tree | d3780ed2527c3a244963f08f03d8c2332162ce90 /sc/inc/docuno.hxx | |
parent | a037f6338c19e16bcbc0674214666a786872c59d (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.hxx | 3 |
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< |