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 /sfx2/inc | |
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 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/htmlmode.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/htmlmode.hxx b/sfx2/inc/sfx2/htmlmode.hxx index 5f3c36c147d5..f4db27ad3c3f 100644 --- a/sfx2/inc/sfx2/htmlmode.hxx +++ b/sfx2/inc/sfx2/htmlmode.hxx @@ -30,7 +30,6 @@ #define HTMLMODE_ON 0x0001 -#define HTMLMODE_PARA_BORDER 0x0002 #define HTMLMODE_PARA_DISTANCE 0x0004 #define HTMLMODE_SMALL_CAPS 0x0008 #define HTMLMODE_FRM_COLUMNS 0x0010 |