summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-09-29 10:47:31 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-07 09:58:45 +0200
commit6bb268db9ea30224d3858098b5eae71f32729846 (patch)
treec48abca0e47e943866af2452dd173fff0339301f /include/vcl
parentecfca0c7c29262070a9b3f4abd9e86302c8574d5 (diff)
lok: add Document::getPartPageRectangles()
Change-Id: I20acd44f7a81471982ba96ad3894a9124e035c5f (cherry picked from commit d355207b45755cfe1eef0147bc25ead931741684)
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/ITiledRenderable.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index 18bd3a4c0dbd..69889fcd8796 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -139,6 +139,14 @@ public:
* @see lok::Document::resetSelection().
*/
virtual void resetSelection() = 0;
+
+ /**
+ * @see lok::Document::getPartPageRectangles().
+ */
+ virtual OUString getPartPageRectangles()
+ {
+ return OUString();
+ }
};
} // namespace vcl