summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-09-06 17:34:08 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-09-06 17:35:48 +0200
commit7a045f48bad2177538c43f76019c1caecdd5baf7 (patch)
treee2bf7d81f67a33eb772c7cffcf6be956977345f9 /sw/inc/doc.hxx
parent9b14fa8f64d84866777e35acfe369503da188c7a (diff)
read support for docx w:embedTrueTypeFonts/w:embedSystemFonts
No write support yet. Change-Id: Ia10239acc77cf9ebc4f511e30c007da36abf43cb
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 51c4f2873e7d..001ebf89f98a 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -568,6 +568,8 @@ private:
bool mbMathBaselineAlignment : 1; // TL 2010-10-29 #i972#
bool mbStylesNoDefault : 1;
bool mbFloattableNomargins : 1; ///< If paragraph margins next to a floating table should be ignored.
+ bool mEmbedFonts : 1; ///< Whether to embed fonts used by the document when saving.
+ bool mEmbedSystemFonts : 1; ///< Whether to embed also system fonts.
// non-ui-compatibility flags:
bool mbOldNumbering : 1;