summaryrefslogtreecommitdiff
path: root/sd/inc/sdmod.hxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2002-12-11 13:54:59 +0000
committerKai Ahrens <ka@openoffice.org>2002-12-11 13:54:59 +0000
commit755305e55980e8d4e3b210ff7a13d50af9370206 (patch)
tree3588d5fe3d1703d079f09c438355724067065aca /sd/inc/sdmod.hxx
parent2c2b6cfa0ab3945afc8b492d77f633ab01c12d08 (diff)
#95150#: optimized internal D&D from Navigator
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r--sd/inc/sdmod.hxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index 049e1024ed52..49410d36b42d 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdmod.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: af $ $Date: 2002-11-28 10:48:49 $
+ * last change: $Author: ka $ $Date: 2002-12-11 14:54:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,8 +129,6 @@ protected:
SvxSearchItem* pSearchItem;
SvNumberFormatter* pNumberFormatter;
SvStorageRef xOptionStorage;
- const SdDrawDocShell* pCurrentNavigatorDragDocShell;
- NavigatorDragType eCurrentNavigatorDragType;
BOOL bAutoSave;
BOOL bWaterCan;
SfxErrorHandler* mpErrorHdl;
@@ -162,12 +160,6 @@ public:
SdOptions* GetSdOptions(DocumentType eDocType);
SvStorageStreamRef GetOptionStream( const String& rOptionName, SdOptionStreamMode eMode );
- const SdDrawDocShell* GetCurrentNavigatorDragDocShell() const { return pCurrentNavigatorDragDocShell; }
- void SetCurrentNavigatorDragDocShell( const SdDrawDocShell* pDocShell ) { pCurrentNavigatorDragDocShell = pDocShell; }
-
- NavigatorDragType GetCurrentNavigatorDragType() const { return eCurrentNavigatorDragType; }
- void SetCurrentNavigatorDragType( NavigatorDragType eDragType ) { eCurrentNavigatorDragType = eDragType; }
-
BOOL GetWaterCan() const { return bWaterCan; }
void SetWaterCan( BOOL bWC ) { bWaterCan = bWC; }