diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-08-23 12:11:08 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-08-23 12:56:41 +0200 |
commit | 50a1df360c907d8419ce49f098b6bc87a37a9956 (patch) | |
tree | f42fe66981f9776cf8827bf3b126bc6fa81dd24c /sw/inc/IDocumentSettingAccess.hxx | |
parent | 333f9d3016bf9a246dfa96bc32c064281f36f355 (diff) |
n#775899 sw: add FloattableNomargins compat flag
The DOCX filter imports floating tables as frames containing a table.
Word ignores the margins of paragraphs next to such a table, Writer does
not. Add a compatibility flag the import filter can set that triggers
this weird behaviour.
Change-Id: Iaaa1d2a2e2f9d0eaea17832b2e418f9a845efffd
Diffstat (limited to 'sw/inc/IDocumentSettingAccess.hxx')
-rw-r--r-- | sw/inc/IDocumentSettingAccess.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/IDocumentSettingAccess.hxx b/sw/inc/IDocumentSettingAccess.hxx index dd907f2f2aa8..8263ca61291b 100644 --- a/sw/inc/IDocumentSettingAccess.hxx +++ b/sw/inc/IDocumentSettingAccess.hxx @@ -94,7 +94,8 @@ namespace com { namespace sun { namespace star { namespace i18n { struct Forbidd PURGE_OLE, KERN_ASIAN_PUNCTUATION, MATH_BASELINE_ALIGNMENT, - STYLES_NODEFAULT + STYLES_NODEFAULT, + FLOATTABLE_NOMARGINS }; public: |