summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-01-19 10:34:17 +0530
committerAndras Timar <andras.timar@collabora.com>2017-02-17 17:08:13 +0100
commit64ccf4c2576fa5ab902322ed681c8b5a1cbdc0d4 (patch)
tree2266d4a72b0e469f418fa13e2e24feae6fd65503 /include
parentbf08e991d4d0b6fcdda1e0d13d11b5c9abdffdea (diff)
lok: New commandvalues command - .uno:ViewAnnotations
Change-Id: I1c3560ab4609c64da7a77e9a65febeb569ec1a3c Reviewed-on: https://gerrit.libreoffice.org/33468 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk> (cherry picked from commit a623b3a449dfcddaad5b621ff1c0b7a520edf4d6)
Diffstat (limited to 'include')
-rw-r--r--include/vcl/ITiledRenderable.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index a6cb988226b0..abe4979058c8 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -219,6 +219,13 @@ public:
{
return OUString();
}
+
+ /// Implementation for
+ /// lok::Document::getCommandValues(".uno:ViewAnnotations");
+ virtual OUString getPostIts()
+ {
+ return OUString();
+ }
};
} // namespace vcl