summaryrefslogtreecommitdiff
path: root/include/vcl/ITiledRenderable.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-26 11:28:55 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-26 13:38:33 +0100
commit7efbbe98d7fe951909234dcacd37f67975f00da2 (patch)
tree997e4823038a31d2a685a27fb6b0d6cd6a19b7da /include/vcl/ITiledRenderable.hxx
parent2e61410d2545c1dee0c5aad4ea01b29f0a907e61 (diff)
lok::Document::paste: check if the given mime type is supported
Change-Id: Ib59ea43700815c53cdd4be819e2e9cf35c6f89e9
Diffstat (limited to 'include/vcl/ITiledRenderable.hxx')
-rw-r--r--include/vcl/ITiledRenderable.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index 5b3d4681088a..3301b7754f15 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -150,6 +150,11 @@ public:
/// Returns the current vcl::Window of the component.
virtual vcl::Window* getWindow() = 0;
+
+ virtual bool isMimeTypeSupported()
+ {
+ return false;
+ }
};
} // namespace vcl