summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlpublishmode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/htmlpublishmode.hxx')
-rw-r--r--sd/source/filter/html/htmlpublishmode.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sd/source/filter/html/htmlpublishmode.hxx b/sd/source/filter/html/htmlpublishmode.hxx
index a7871dbae55d..95740c0b4a6d 100644
--- a/sd/source/filter/html/htmlpublishmode.hxx
+++ b/sd/source/filter/html/htmlpublishmode.hxx
@@ -20,8 +20,14 @@
#ifndef INCLUDED_SD_SOURCE_FILTER_HTML_HTMLPUBLISHMODE_HXX
#define INCLUDED_SD_SOURCE_FILTER_HTML_HTMLPUBLISHMODE_HXX
-enum HtmlPublishMode {
- PUBLISH_HTML, PUBLISH_FRAMES, PUBLISH_WEBCAST, PUBLISH_KIOSK };
+enum HtmlPublishMode
+{
+ PUBLISH_HTML,
+ PUBLISH_FRAMES,
+ PUBLISH_WEBCAST,
+ PUBLISH_KIOSK,
+ PUBLISH_SINGLE_DOCUMENT
+};
#endif