summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-01 18:25:51 +0000
committerjp <jp@openoffice.org>2000-11-01 18:25:51 +0000
commit75d9e8c4ae85b0afdcdf8389571a81e1bf5906ce (patch)
tree0fe87cd59523e2141780045f353f70bef1325d69 /sw/source/filter/html/wrthtml.hxx
parent6845aa6c215c91faa4c4e12ef30b4a7d4657502a (diff)
export of mail graphics removed
Diffstat (limited to 'sw/source/filter/html/wrthtml.hxx')
-rw-r--r--sw/source/filter/html/wrthtml.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index 71407a1f1dcf..6f4255ab19a2 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrthtml.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:56 $
+ * 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
@@ -225,8 +225,6 @@ SV_DECL_PTRARR_SORT_DEL( SwHTMLFmtInfos, SwHTMLFmtInfo*, 1, 1 )
class SwHTMLWriter : public Writer
{
- String aCId; // Content-Id fuer Mail-Export
-
SwHTMLPosFlyFrms *pHTMLPosFlyFrms;
SwHTMLNumRuleInfo *pNumRuleInfo;// aktuelle Numerierung
SwHTMLNumRuleInfo *pNextNumRuleInfo;
@@ -503,8 +501,6 @@ public:
sal_Bool IsHTMLMode( sal_uInt32 nMode ) const { return (nHTMLMode & nMode) != 0; }
inline sal_Bool IsCSS1Source( sal_uInt16 n ) const;
- sal_Bool HasCId() const { return aCId.Len() > 0; }
- void MakeCIdURL( String& rURL );
static const sal_Char *GetNumFormat( sal_uInt16 nFmt );
static void PrepareFontList( const SvxFontItem& rFontItem, String& rNames,