diff options
author | Henry Castro <hcastro@collabora.com> | 2017-08-12 19:46:27 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2017-12-08 13:06:57 +0100 |
commit | 1b7a8277aa3e9f73ccdf15e933a1ee3b42849a44 (patch) | |
tree | 64474c3499c36d31f0ea13d348245a6bea6abbe6 /sc/inc/scmod.hxx | |
parent | 630be5751029fc8ebf5a8784fb1c07894a0e1600 (diff) |
sc lok: 1 view has 1 clipboard to transfer data
In tiled rendering case, each view copy and paste
the contents of the clipboard associated with the view
Change-Id: Ic7b0d38ce4741af8c2053926ffd5172ab81aaaf5
Reviewed-on: https://gerrit.libreoffice.org/41113
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r-- | sc/inc/scmod.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index 9b9ca89be7e8..34cd82b10b6b 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -72,15 +72,12 @@ class ScSelectionTransferObj; class ScFormEditData; class ScMarkData; struct ScDragData; -struct ScClipData; class ScModule: public SfxModule, public SfxListener, public utl::ConfigurationListener { Timer aIdleTimer; Idle aSpellIdle; ScDragData* mpDragData; - std::unique_ptr<ScClipData> - mpClipData; ScSelectionTransferObj* pSelTransfer; ScMessagePool* pMessagePool; // there is no global InputHandler anymore, each View has it's own @@ -144,10 +141,6 @@ public: void SetDragJump( ScDocument* pLocalDoc, const OUString& rTarget, const OUString& rText ); - // clipboard: - const ScClipData& GetClipData() const { return *mpClipData;} - void SetClipObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj ); - static ScDocument* GetClipDoc(); // called from document - should be removed later // X selection: |