diff options
author | Harri Pitkänen <hatapitk@iki.fi> | 2011-08-01 22:12:21 +0300 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-08-10 20:05:53 +0200 |
commit | 0153fc3c8893c56d6a330d6422b04bb5a61a4194 (patch) | |
tree | cc0f65ac957b4a5b38c5a5b73e9ac11d0ee0e76e /sw/source/ui/fmtui/tmpdlg.cxx | |
parent | b66404208897179e2d675fa3a4b38d1b06ae571a (diff) |
Enable paragraph border settings in HTML editor for all HTML variants
Previously border settings were not available in paragraph format dialog
when HTML export format was "HTML 3.2". This was confusing since documents
with borders could still be imported and you could even access the border
dialog with suitably configured shortcut key.
Diffstat (limited to 'sw/source/ui/fmtui/tmpdlg.cxx')
-rw-r--r-- | sw/source/ui/fmtui/tmpdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx index 2843aa98d64f..55cf1cc1dc0b 100644 --- a/sw/source/ui/fmtui/tmpdlg.cxx +++ b/sw/source/ui/fmtui/tmpdlg.cxx @@ -218,8 +218,6 @@ SwTemplateDlg::SwTemplateDlg(Window* pParent, RemoveTabPage(TP_BACKGROUND); RemoveTabPage(TP_DROPCAPS); } - if(!(nHtmlMode & HTMLMODE_PARA_BORDER)) - RemoveTabPage(TP_BORDER); } else { |