diff options
author | Malte Timmermann [mt] <malte.timmermann@sun.com> | 2010-06-03 21:43:09 +0200 |
---|---|---|
committer | Malte Timmermann [mt] <malte.timmermann@sun.com> | 2010-06-03 21:43:09 +0200 |
commit | 19c5747df0a889970778266c53e73bec108d1eec (patch) | |
tree | c1b0c51661671678cc3c562717bfb47ec3c7e037 /sw/inc | |
parent | 8f943e727b1158cc8c11d74ea521ac1c2f9cb974 (diff) | |
parent | e8011d697e0bd75013a38eeedef4c3a1bfe3693e (diff) |
merged CWS...
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) |