summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-26 13:42:02 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-27 10:02:06 +0100
commit2c6a58d71ca74ea3147dcfd18097142806eaf6ed (patch)
tree3c86a448e0c34a3ccc58c29bb783d6fa2073b3e8 /include/vcl
parent578704afac3c767a3eea2df3212b52a2006e7027 (diff)
sc: implement vcl::ITiledRenderable::isMimeTypeSupported()
(cherry picked from commit 5b4c29b1b15dcebfe4e76aaa8bdb2dd45e2b67f3) Conflicts: sc/inc/docuno.hxx Change-Id: I0b9de068ddf0f4ff92d8fbf003b7529516f1f80a
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/ITiledRenderable.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index dcd3b5e97d07..2a42f1956c6d 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -151,10 +151,8 @@ public:
/// Returns the current vcl::Window of the component.
virtual vcl::Window* getWindow() = 0;
- virtual bool isMimeTypeSupported()
- {
- return false;
- }
+ /// If the current contents of the clipboard is something we can paste.
+ virtual bool isMimeTypeSupported() = 0;
};
} // namespace vcl