diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-28 09:44:37 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-28 09:45:11 +0100 |
commit | bfd79be417358822023691cf7b7b2946906100ca (patch) | |
tree | 71b1854ff333bab5c7286609ebb96746308c8bb8 /sc/inc | |
parent | a827957f3f559738c221450e3e691361096ac9a4 (diff) |
vcl: getWindow() -> setClipboard() in ITiledRenderable
It's cleaner to let the apps do this themselves than exposing their
underlying vcl::Window.
Change-Id: Iff2442dd325fa65a0cf3ad4aa7f918542dab1e4c
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/docuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 3ee6e61e58ef..ea924a8bb3b4 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -399,8 +399,8 @@ public: /// @see lok::Document::resetSelection(). virtual void resetSelection() override; - /// @see vcl::ITiledRenderable::getWindow(). - virtual vcl::Window* getWindow() override; + /// @see vcl::ITiledRenderable::setClipboard(). + virtual void setClipboard(const css::uno::Reference<css::datatransfer::clipboard::XClipboard>& xClipboard) override; /// @see vcl::ITiledRenderable::isMimeTypeSupported(). virtual bool isMimeTypeSupported() override; |