summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/htmlex.hxx')
-rw-r--r--sd/source/filter/html/htmlex.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index cdf84ccc32bb..19709dc9a955 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -202,8 +202,12 @@ class HtmlExport
void InitProgress( sal_uInt16 nProgrCount );
void ResetProgress();
+ /// Output only the charset metadata, title etc. will be handled separately.
OUString CreateMetaCharset() const;
+ /// Output document metadata.
+ OUString DocumentMetadata() const;
+
void InitExportParameters( const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rParams);
void ExportHtml();
void ExportKiosk();