diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:57:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:57:28 +0000 |
commit | 0a210ae549e05500caca1189fa8e060ee3c58545 (patch) | |
tree | e67f20859138913a142072fb2bd0410d963efd5b | |
parent | 2155d667990daccd193d86a81f3302f82bcfc045 (diff) |
INTEGRATION: CWS tune05 (1.35.54); FILE MERGED
2004/07/23 16:25:07 mhu 1.35.54.2: RESYNC: (1.35-1.36); FILE MERGED
2004/07/22 09:39:37 cmc 1.35.54.1: #i30554# unused SwDocShell::EmbedAllLinks
-rw-r--r-- | sw/source/ui/app/docsh.cxx | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx index 76236d79e67c..974d355c4361 100644 --- a/sw/source/ui/app/docsh.cxx +++ b/sw/source/ui/app/docsh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docsh.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: kz $ $Date: 2004-08-02 13:05:48 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:57:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -578,7 +578,7 @@ BOOL SwDocShell::Save() ((Sw3Writer*)&xWrt)->SetSw3Io( pIo, FALSE ); } - BOOL bLockedView; + BOOL bLockedView(FALSE); if ( pWrtShell ) { bLockedView = pWrtShell->IsViewLocked(); @@ -707,7 +707,7 @@ BOOL SwDocShell::SaveAs( SvStorage * pStor ) ((Sw3Writer*)&xWrt)->SetSw3Io( pIo, TRUE ); } - BOOL bLockedView; + BOOL bLockedView(FALSE); if ( pWrtShell ) { bLockedView = pWrtShell->IsViewLocked(); @@ -1471,15 +1471,6 @@ SwFEShell* SwDocShell::GetFEShell() return pWrtShell; } - // embedded alle lokalen Links (Bereiche/Grafiken) -BOOL SwDocShell::EmbedAllLinks() -{ - if( pWrtShell ) - return pWrtShell->EmbedAllLinks(); - return pDoc->EmbedAllLinks(); -} - - void SwDocShell::RemoveOLEObjects() { SvPersist* pPersist = this; |