From 04bfb004d501151eb4febd0de100f7d293a331d7 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Aug 2004 11:22:50 +0000 Subject: INTEGRATION: CWS tune05 (1.3.256); FILE MERGED 2004/07/22 09:36:41 cmc 1.3.256.1: #i30554# unused SwEditShell methods --- sw/source/core/edit/edglbldc.cxx | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'sw/source/core/edit') diff --git a/sw/source/core/edit/edglbldc.cxx b/sw/source/core/edit/edglbldc.cxx index 27b5b27e2f65..47980ce66dd8 100644 --- a/sw/source/core/edit/edglbldc.cxx +++ b/sw/source/core/edit/edglbldc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: edglbldc.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-12-01 17:03:23 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:22:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,11 +96,6 @@ SV_IMPL_OP_PTRARR_SORT( SwGlblDocContents, SwGlblDocContentPtr ) -void SwEditShell::SetGlobalDoc( BOOL bFlag ) -{ - GetDoc()->SetGlobalDoc( bFlag ); -} - BOOL SwEditShell::IsGlobalDoc() const { return GetDoc()->IsGlobalDoc(); @@ -430,16 +425,6 @@ BOOL SwEditShell::GotoGlobalDocContent( const SwGlblDocContent& rPos ) return TRUE; } -// erzeuge Anhand der Outlines Teildokumente -BOOL SwEditShell::GenerateGlobalDoc( const String& rPath, - const SwTxtFmtColl* pSplitColl ) -{ - SwWait aWait( *GetDoc()->GetDocShell(), TRUE ); - return GetDoc()->GenerateGlobalDoc( rPath, pSplitColl ); -} - -/* */ - SwGlblDocContent::SwGlblDocContent( ULONG nPos ) { eType = GLBLDOC_UNKNOWN; -- cgit v1.2.3