summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/compatibility.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx
index affcaf5a38e0..a5ac6ea895b4 100644
--- a/unotools/source/config/compatibility.cxx
+++ b/unotools/source/config/compatibility.cxx
@@ -50,7 +50,6 @@ SvtCompatibilityEntry::SvtCompatibilityEntry()
setValue<OUString>( Index::Module, OUString() );
/* Editable list of default values. Sync it with the SvtCompatibilityEntry::Index enum class. */
- setValue<bool>( Index::UsePrtMetrics, false );
setValue<bool>( Index::AddSpacing, false );
setValue<bool>( Index::AddSpacingAtPages, false );
setValue<bool>( Index::UseOurTabStops, false );
@@ -79,7 +78,6 @@ OUString SvtCompatibilityEntry::getName( const Index rIdx )
"Module",
/* Editable list of compatibility option names. Sync it with the SvtCompatibilityEntry::Index enum class. */
- "UsePrinterMetrics",
"AddSpacing",
"AddSpacingAtPages",
"UseOurTabStopFormat",