summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell/docshel2.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-03-16 12:33:16 +0000
committerKai Ahrens <ka@openoffice.org>2001-03-16 12:33:16 +0000
commit57d1f4861fb8ea50b7931fee40a4c63b5ffddbe5 (patch)
tree475507eae89a45be1cab73f3575310be39e58ee8 /sd/source/ui/docshell/docshel2.cxx
parenta1d611a8ad55ec0a6f4c5078f19890096d88ff8b (diff)
#84824#: clipboard and D&D cleanup
Diffstat (limited to 'sd/source/ui/docshell/docshel2.cxx')
-rw-r--r--sd/source/ui/docshell/docshel2.cxx52
1 files changed, 4 insertions, 48 deletions
diff --git a/sd/source/ui/docshell/docshel2.cxx b/sd/source/ui/docshell/docshel2.cxx
index ef0895944695..d8226ffa0e21 100644
--- a/sd/source/ui/docshell/docshel2.cxx
+++ b/sd/source/ui/docshell/docshel2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docshel2.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ka $ $Date: 2001-02-13 12:13:18 $
+ * last change: $Author: ka $ $Date: 2001-03-16 13:32:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -298,43 +298,6 @@ Size __EXPORT SdDrawDocShell::GetFirstPageSize()
return SfxObjectShell::GetFirstPageSize();
}
-
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
-long __EXPORT SdDrawDocShell::DdeGetData( const String& rItem, SvData& rData )
-{
-// return pDoc->GetData( rItem, rData );
- return 1;
-}
-
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
-long __EXPORT SdDrawDocShell::DdeSetData( const String& rItem, const SvData& rData )
-{
-// return pDoc->SetData( rItem, rData );
- return 1;
-}
-
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
-SvPseudoObject* __EXPORT SdDrawDocShell::DdeCreateHotLink( const String& rItem )
-{
-// return pDoc->CreateHotLink( rItem );
- return NULL;
-}
-
/*************************************************************************
|*
|*
@@ -375,17 +338,9 @@ void __EXPORT SdDrawDocShell::UIActivate( BOOL bActive )
SfxInPlaceObject::UIActivate( bActive );
}
-/*************************************************************************
-|*
-|* CreateSnapshot
-|*
-\************************************************************************/
-
+/*
SvDataMemberObjectRef __EXPORT SdDrawDocShell::CreateSnapshot()
{
- /**********************************************************************
- * Dokument vorhanden, View muss erzeugt werden
- **********************************************************************/
VirtualDevice* pVDev = new VirtualDevice( *Application::GetDefaultDevice() );
MapMode aMap = pVDev->GetMapMode();
aMap.SetMapUnit( pDoc->GetScaleUnit() );
@@ -432,6 +387,7 @@ SvDataMemberObjectRef __EXPORT SdDrawDocShell::CreateSnapshot()
SvDataObjectRef xDataObject;
return SvDataMemberObjectRef( (SvObject*) &xDataObject );
}
+*/
/*************************************************************************
|*