summaryrefslogtreecommitdiff
path: root/sw/source/core/edit
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:22:50 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:22:50 +0000
commit04bfb004d501151eb4febd0de100f7d293a331d7 (patch)
tree7a38bbcb3d4cb3c6ca00bd9268935a00e481035e /sw/source/core/edit
parent0b3d59379134e1f77218093ee8c0a88ebae4247a (diff)
INTEGRATION: CWS tune05 (1.3.256); FILE MERGED
2004/07/22 09:36:41 cmc 1.3.256.1: #i30554# unused SwEditShell methods
Diffstat (limited to 'sw/source/core/edit')
-rw-r--r--sw/source/core/edit/edglbldc.cxx19
1 files changed, 2 insertions, 17 deletions
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;