summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/backgrnd.cxx
diff options
context:
space:
mode:
authorHarri Pitkänen <hatapitk@iki.fi>2011-10-26 21:48:17 +0300
committerNoel Power <noel.power@novell.com>2011-10-28 10:07:17 +0100
commit89b3820c7b8c97480b556b3553cd78aaa12d07d8 (patch)
treeb0de0a3475722ba637a46c940771c013bf0a79f9 /cui/source/tabpages/backgrnd.cxx
parent7661f0943d6286b7e7075c5f2e172f23d53ea47d (diff)
Export blinking text attribute to HTML in all HTML export modes
Previously blinking was not exported in IE mode. IE still does not support blinking (neither does Chrome or Safari) but the extra tag does not make things any worse and allows importing the HTML back to LibreOffice without loss of formatting. Code is also simplified by removing conditionals for options that no longer need to be disabled.
Diffstat (limited to 'cui/source/tabpages/backgrnd.cxx')
-rw-r--r--cui/source/tabpages/backgrnd.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index 8d27b17701bc..b466ea8908b7 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -1086,8 +1086,6 @@ void SvxBackgroundTabPage::ShowSelector()
if(nHtmlMode & HTMLMODE_ON)
{
- if(!(nHtmlMode & HTMLMODE_GRAPH_POS))
- aBtnPosition.Enable(sal_False);
aBtnArea.Enable(sal_False);
}
}