diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:01:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:01:18 +0000 |
commit | 2ba01efddf30791036a4c1fad217bb09fdd20c6a (patch) | |
tree | 7aaaf8bfe32dc57b9f1acb3fedf0cd1e5648dafd /sw/inc/docsh.hxx | |
parent | 254959f583143c5a7948976c11efa5c15bc36da2 (diff) |
INTEGRATION: CWS tune05 (1.24.140); FILE MERGED
2004/07/22 09:39:05 cmc 1.24.140.1: #i30554# unused SwDocShell::EmbedAllLinks
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 80f732346cdb..a839805e8207 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docsh.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: obo $ $Date: 2004-03-19 12:47:55 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:01:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -293,8 +293,6 @@ public: // Doc aus Html-Source neu laden void ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView ); - // embedded alle lokalen Links (Bereiche/Grafiken) - BOOL EmbedAllLinks(); sal_Int16 GetUpdateDocMode() const {return nUpdateDocMode;} //Activate wait cursor for all windows of this document |