summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/compatibility.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx
index 91b3e53e5929..bea5cb841a3b 100644
--- a/unotools/source/config/compatibility.cxx
+++ b/unotools/source/config/compatibility.cxx
@@ -61,6 +61,7 @@ SvtCompatibilityEntry::SvtCompatibilityEntry()
setValue<bool>( Index::ExpandWordSpace, true );
setValue<bool>( Index::ProtectForm, false );
setValue<bool>( Index::MsWordTrailingBlanks, false );
+ setValue<bool>( Index::SubtractFlysAnchoredAtFlys, false );
setDefaultEntry( false );
}
@@ -90,7 +91,8 @@ OUString SvtCompatibilityEntry::getName( const Index rIdx )
"ConsiderWrappingStyle",
"ExpandWordSpace",
"ProtectForm",
- "MsWordCompTrailingBlanks"
+ "MsWordCompTrailingBlanks",
+ "SubtractFlysAnchoredAtFlys"
};
/* Size of sPropertyName array not equal size of the SvtCompatibilityEntry::Index enum class */