summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorMalte Timmermann <Malte.Timmermann@sun.com>2010-05-21 13:21:37 +0200
committerMalte Timmermann <Malte.Timmermann@sun.com>2010-05-21 13:21:37 +0200
commitcb138c5084772a580a09bc5470e3e42ddef78151 (patch)
tree534a461e59336812cec1634fabf4e95f80dbd31d /sw/inc/swmodule.hxx
parentb812217fb9701fc0b0bca438668611fc8a10cc10 (diff)
mtclip01: #i111749# Removed SwMod::pClipboard, introduced SwTransferable::GetSWTransferable(...)
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index 8ad108513297..c8e601143877 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -133,7 +133,7 @@ protected:
public:
// public Data - used for internal Clipboard / Drag & Drop / XSelection
- SwTransferable *pClipboard, *pDragDrop, *pXSelection;
+ SwTransferable *pDragDrop, *pXSelection;
TYPEINFO();
SFX_DECL_INTERFACE(SW_INTERFACE_MODULE)