summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/wrthtml.hxx')
-rw-r--r--sw/source/filter/html/wrthtml.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index bb954e5bf615..3c294edae53b 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -93,7 +93,6 @@ const sal_uInt32 HTML_FRMOPT_S_PIXSIZE = 1<<18;
const sal_uInt32 HTML_FRMOPT_ID = 1<<19;
const sal_uInt32 HTML_FRMOPT_DIR = 1<<20;
-
const sal_uInt32 HTML_FRMOPTS_GENIMG_ALL =
HTML_FRMOPT_ALT |
HTML_FRMOPT_SIZE |
@@ -210,7 +209,6 @@ public:
~HTMLControls() { DeleteAndDestroyAll(); }
};
-
typedef std::vector<SwFmtINetFmt*> INetFmts;
struct SwHTMLFmtInfo
@@ -237,7 +235,6 @@ struct SwHTMLFmtInfo
pFmt( pF ), pRefFmt(0), pItemSet( 0 ), nFirstLineIndent(0), bScriptDependent(false)
{}
-
// Konstruktor zum Erstellen der Format-Info
SwHTMLFmtInfo( const SwFmt *pFmt, SwDoc *pDoc, SwDoc *pTemlate,
sal_Bool bOutStyles, LanguageType eDfltLang=LANGUAGE_DONTKNOW,
@@ -604,7 +601,6 @@ struct HTMLSaveData
~HTMLSaveData();
};
-
// einige Funktions-Deklarationen
Writer& OutHTML_FrmFmtOLENode( Writer& rWrt, const SwFrmFmt& rFmt,
sal_Bool bInCntnr );