summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-23 14:52:43 +0000
committerjp <jp@openoffice.org>2001-03-23 14:52:43 +0000
commitfbea6da1f860468aa29ea7e5f0b1a2f640958eef (patch)
treeaf95bd4cee0472b6045e9ee38f9dfb9e927254ab /sw/inc
parentf51c0c53407c52d4e2845cc96605a179fdc72c36 (diff)
remove old method CreateSnapShot
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/docsh.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 1123accf7ba6..77d675cbffdf 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jp $ $Date: 2001-03-08 21:17:20 $
+ * last change: $Author: jp $ $Date: 2001-03-23 15:52:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -266,20 +266,18 @@ public:
virtual long DdeSetData( const String& rItem, const String& rMimeType,
const ::com::sun::star::uno::Any & rValue );
virtual ::so3::SvLinkSource* DdeCreateLinkSource( const String& rItem );
- virtual void FillClass( SvGlobalName * pClassName,
+ virtual void FillClass( SvGlobalName * pClassName,
ULONG * pClipFormat,
String * pAppName,
String * pLongUserName,
String * pUserName,
long nVersion = SOFFICE_FILEFORMAT_CURRENT ) const;
- virtual void FillRegInfo( SvEmbeddedRegistryInfo * );
-
- virtual SvDataMemberObjectRef CreateSnapshot();
+ virtual void FillRegInfo( SvEmbeddedRegistryInfo * );
virtual void LoadStyles( SfxObjectShell& rSource );
// Seitenvorlagedialog anzeigen, ggf. auf Spaltenpage
- void FormatPage( const String& rPage,
+ void FormatPage( const String& rPage,
BOOL bColumn = FALSE,
SwWrtShell* pActShell = 0 );