From 89b3820c7b8c97480b556b3553cd78aaa12d07d8 Mon Sep 17 00:00:00 2001 From: Harri Pitkänen Date: Wed, 26 Oct 2011 21:48:17 +0300 Subject: 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. --- cui/source/tabpages/backgrnd.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'cui/source/tabpages/backgrnd.cxx') 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); } } -- cgit v1.2.3