diff options
author | Harri Pitkänen <hatapitk@iki.fi> | 2011-11-08 19:36:21 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-09 16:45:55 +0000 |
commit | 090454c4c99498a79d87c55e1903132bd068d810 (patch) | |
tree | 0903f98d95126c9299e6a4f2d768d7c98e58d5c7 /sfx2 | |
parent | 02b368e392c2d0f925601aff792910c628de5476 (diff) |
Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modes
HTMLMODE_FULL_ABS_POS appears to have been used for enabling accurate
margin settings for absolutely positioned graphics objects. If it was
disabled one could not set (in HTML editor mode) separate margins for
left and right (or bottom/top) sides of the image. The setting was
disabled for Netscape and enabled for other browsers.
This patch removes the setting and unconditionally enables the feature
in HTML editor mode. All modern browsers support
margin-{left,right,bottom,top} CSS properties.
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 ce1af6feb970..65e41f65adc5 100644 --- a/sfx2/inc/sfx2/htmlmode.hxx +++ b/sfx2/inc/sfx2/htmlmode.hxx @@ -37,7 +37,6 @@ #define HTMLMODE_PARA_BLOCK 0x0100 #define HTMLMODE_DROPCAPS 0x0200 #define HTMLMODE_FIRSTLINE 0x0400 /* First-line intent with Spacer == NS 3.0 */ -#define HTMLMODE_FULL_ABS_POS 0x1000 #define HTMLMODE_SOME_ABS_POS 0x2000 #define HTMLMODE_RESERVED1 0x4000 #define HTMLMODE_RESERVED0 0x8000 |