summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/GraphicDocShell.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:33:44 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:33:44 +0000
commitc9b1c89fc2773526d33c0fcde9e39b6c4a77a033 (patch)
treea6d02f2cd66593b6dca0fa85fee2b0317de56fe4 /sd/source/ui/inc/GraphicDocShell.hxx
parentff4342a6c86707fcb01c0e21cde713c973fce5fb (diff)
INTEGRATION: CWS sdwarningsbegone (1.4.314); FILE MERGED
2006/11/22 12:42:01 cl 1.4.314.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/inc/GraphicDocShell.hxx')
-rw-r--r--sd/source/ui/inc/GraphicDocShell.hxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/sd/source/ui/inc/GraphicDocShell.hxx b/sd/source/ui/inc/GraphicDocShell.hxx
index 1c188d1994c1..19c1d0915092 100644
--- a/sd/source/ui/inc/GraphicDocShell.hxx
+++ b/sd/source/ui/inc/GraphicDocShell.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: GraphicDocShell.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:05:44 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:33:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,18 +70,16 @@ class GraphicDocShell
public:
TYPEINFO();
- SFX_DECL_INTERFACE(SD_IF_SDGRAPHICDOCSHELL);
+ SFX_DECL_INTERFACE(SD_IF_SDGRAPHICDOCSHELL)
SFX_DECL_OBJECTFACTORY();
+ using SotObject::GetInterface;
+
GraphicDocShell (
SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED,
BOOL bSdDataObj=FALSE,
DocumentType=DOCUMENT_TYPE_DRAW);
- GraphicDocShell (
- SdDrawDocument* pDoc,
- SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED,
- BOOL bSdDataObj=FALSE,
- DocumentType=DOCUMENT_TYPE_DRAW);
+
virtual ~GraphicDocShell (void);
};