summaryrefslogtreecommitdiff
path: root/include/vcl/ITiledRenderable.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-22 10:15:34 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-22 13:34:20 +0200
commit981a974824642a81f86c526dea682cd27cd437db (patch)
tree5b524e06ac6e397bf0da747f9557b9d59df82cc5 /include/vcl/ITiledRenderable.hxx
parent98cdb563c1c63e93b4722721354d86848d2cd2c2 (diff)
vcl: add ITiledRenderable::getWindow() and implement in sw
Change-Id: I9d0fad3904e74b44b0b126974ace4025f7a4fc5b
Diffstat (limited to 'include/vcl/ITiledRenderable.hxx')
-rw-r--r--include/vcl/ITiledRenderable.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index c294d20dc9cf..bb891ab97f7b 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -147,6 +147,12 @@ public:
{
return OUString();
}
+
+ /// Returns the current vcl::Window of the component.
+ virtual vcl::Window* getWindow()
+ {
+ return 0;
+ }
};
} // namespace vcl