diff options
author | Harri Pitkänen <hatapitk@iki.fi> | 2012-04-01 09:27:11 +0300 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-02 19:54:10 +0200 |
commit | ce219689caafb5e28e96437bdab18034a5015409 (patch) | |
tree | 50922f9b44eb93d98bbebf484ef2ae41faf45241 /sfx2 | |
parent | b89bf99ff2c8008951d72d58747793790b13299d (diff) |
Remove unused HTMLMODE_FIRSTLINE
HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to
have been used to add first line indent for paragraphs in Netscape
version 3 but all currently available export modes use CSS for that.
Diffstat (limited to 'sfx2')
-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 63b0bfee0bd1..0cbcda816b51 100644 --- a/sfx2/inc/sfx2/htmlmode.hxx +++ b/sfx2/inc/sfx2/htmlmode.hxx @@ -35,7 +35,6 @@ #define HTMLMODE_SOME_STYLES 0x0020 /* mind. MS IE */ #define HTMLMODE_FULL_STYLES 0x0040 /* == SW */ #define HTMLMODE_PARA_BLOCK 0x0100 -#define HTMLMODE_FIRSTLINE 0x0400 /* First-line intent with Spacer == NS 3.0 */ #define HTMLMODE_SOME_ABS_POS 0x2000 #define HTMLMODE_RESERVED1 0x4000 #define HTMLMODE_RESERVED0 0x8000 |