diff options
author | jp <jp@openoffice.org> | 2000-11-01 18:25:51 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-11-01 18:25:51 +0000 |
commit | 75d9e8c4ae85b0afdcdf8389571a81e1bf5906ce (patch) | |
tree | 0fe87cd59523e2141780045f353f70bef1325d69 /sw/source/filter/html/htmlplug.cxx | |
parent | 6845aa6c215c91faa4c4e12ef30b4a7d4657502a (diff) |
export of mail graphics removed
Diffstat (limited to 'sw/source/filter/html/htmlplug.cxx')
-rw-r--r-- | sw/source/filter/html/htmlplug.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx index a265e8b92d2d..9f6389728353 100644 --- a/sw/source/filter/html/htmlplug.cxx +++ b/sw/source/filter/html/htmlplug.cxx @@ -2,9 +2,9 @@ * * $RCSfile: htmlplug.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2000-10-20 13:43:09 $ + * last change: $Author: jp $ $Date: 2000-11-01 19:23:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1301,8 +1301,6 @@ Writer& OutHTML_FrmFmtOLENodeGrf( Writer& rWrt, const SwFrmFmt& rFrmFmt, return rWrt; } aGrfNm = URIHelper::SmartRelToAbs( aGrfNm ); - if( rHTMLWrt.HasCId() ) - rHTMLWrt.MakeCIdURL( aGrfNm ); ULONG nFlags = bInCntnr ? HTML_FRMOPTS_GENIMG_CNTNR : HTML_FRMOPTS_GENIMG; OutHTML_Image( rWrt, rFrmFmt, aGrfNm, @@ -1317,11 +1315,14 @@ Writer& OutHTML_FrmFmtOLENodeGrf( Writer& rWrt, const SwFrmFmt& rFrmFmt, Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmlplug.cxx,v 1.2 2000-10-20 13:43:09 jp Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmlplug.cxx,v 1.3 2000-11-01 19:23:14 jp Exp $ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.2 2000/10/20 13:43:09 jp + use correct INetURL-Decode enum + Revision 1.1.1.1 2000/09/18 17:14:55 hr initial import |