summaryrefslogtreecommitdiff
path: root/include
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-27 10:00:59 +0100
commit981eafbb347f2e5aed8e7a4953891f439a4ffffd (patch)
tree172137fd4dc095fda6e996fde4416b780c6f6d3f /include
parenteb1ef5b12eb6fb01bf1c2b929fe836bbb8b2c697 (diff)
lok::Document::paste: check if the given mime type is supported
(cherry picked from commit 7efbbe98d7fe951909234dcacd37f67975f00da2) Conflicts: sw/inc/unotxdoc.hxx Change-Id: Ib59ea43700815c53cdd4be819e2e9cf35c6f89e9
Diffstat (limited to 'include')
-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 36156c226bba..dcd3b5e97d07 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