diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-06-06 16:00:16 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-06-06 18:25:27 +0200 |
commit | b00d84975ebbc254821e8fa64173cf7c7f2c6a01 (patch) | |
tree | 6959235d67b76dac29d52d1843cabef52bede212 | |
parent | 2f5415349138f21cc288758964ecb9e76bbacdee (diff) |
sd html: Provide some minimal reasonable defaults.
Change-Id: I72b02f7d87cf6075d318c1cc0d7288e27bbe1b9c
-rw-r--r-- | sd/source/filter/html/htmlex.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index b2752069db88..876818648316 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -372,6 +372,8 @@ HtmlExport::HtmlExport( mbSlideSound(true), mbHiddenSlides(true), mbUserAttr(false), + maTextColor(COL_BLACK), + maBackColor(COL_WHITE), mbDocColors(false), maHTMLExtension(SdResId(STR_HTMLEXP_DEFAULT_EXTENSION)), maIndexUrl("index"), |