summaryrefslogtreecommitdiff
path: root/sd/inc/sddll.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 09:16:54 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 09:16:54 +0000
commitdc149a5fae23128f8449ab2d241e0662d7c395d0 (patch)
tree0fdd3e0dc50282d6b92cedeb2fa74ed61a66c506 /sd/inc/sddll.hxx
parent7cc4109e138e5e86cf39d0af9658732cda7f28c5 (diff)
INTEGRATION: CWS impress1 (1.2.240); FILE MERGED
2003/10/28 09:55:57 af 1.2.240.2: RESYNC: (1.2-1.3); FILE MERGED 2003/09/16 12:06:00 af 1.2.240.1: #111996# Moved SdDrawDocShell to namespace sd. Member variables used through macros had to be renamed.
Diffstat (limited to 'sd/inc/sddll.hxx')
-rw-r--r--sd/inc/sddll.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/sd/inc/sddll.hxx b/sd/inc/sddll.hxx
index 5a1155ff2914..454f11206754 100644
--- a/sd/inc/sddll.hxx
+++ b/sd/inc/sddll.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sddll.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2003-09-19 08:14:30 $
+ * last change: $Author: obo $ $Date: 2004-01-20 10:16:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,15 +115,6 @@ public:
-
-/*************************************************************************
-|*
-|* This tricky class keeps pointers to the SvFactories while
-|* the DLL isn`t loaded. A pointer to the one instance is available
-|* through SD_MOD() (shared-lib-app-data).
-|*
-\************************************************************************/
-
#ifndef _SD_DLL // Das define muss im Draw gesetzt werden
#define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) )
#endif