diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-03-08 10:12:28 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-03-08 10:12:28 +0000 |
commit | a6f7ed7c814f45345b26cdc7dc12d2b9d4ddbca7 (patch) | |
tree | 0dd0527f70496ffc89535ca722f14eeaddbbaa8c /sd/inc/sdmod.hxx | |
parent | f7f9114e5179ff8357901b44b6185bb86085e7b1 (diff) |
new Drag&Drop interface/cleanup
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index 7a3888f6a96e..6fc4c0618b56 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdmod.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ka $ $Date: 2001-01-19 19:15:01 $ + * last change: $Author: ka $ $Date: 2001-03-08 11:03:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,8 +134,6 @@ public: SdModule(SvFactory* pDrawObjFact, SvFactory* pGraphicObjFact); virtual ~SdModule(); - SvDataObject* pDragData; - SvDataObject* pClipboardData; SdTransferable* pTransferClip; SdTransferable* pTransferDrag; |