diff options
author | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-05-21 13:21:37 +0200 |
---|---|---|
committer | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-05-21 13:21:37 +0200 |
commit | e8011d697e0bd75013a38eeedef4c3a1bfe3693e (patch) | |
tree | ad292b4939b486d32306e48cc2c771f85b40fbd3 /sw/inc | |
parent | 0cb776d2f4613762487a3d6f90e90d1cbd5ff389 (diff) |
mtclip01: #i111749# Removed SwMod::pClipboard, introduced SwTransferable::GetSWTransferable(...)
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swmodule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index 24e7fa0fc8..e0ee17fc05 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) |