summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/doc/DocumentSettingManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/DocumentSettingManager.cxx b/sw/source/core/doc/DocumentSettingManager.cxx
index bbc2f0781387..a4776f91d7e1 100644
--- a/sw/source/core/doc/DocumentSettingManager.cxx
+++ b/sw/source/core/doc/DocumentSettingManager.cxx
@@ -619,7 +619,7 @@ void sw::DocumentSettingManager::ReplaceCompatibilityOptions(const DocumentSetti
mbTabAtLeftIndentForParagraphsInList = rSource.mbTabAtLeftIndentForParagraphsInList;
// No mbSmallCapsPercentage66
// No mbTabOverflow
- // No mbUnbreakableNumberings
+ mbUnbreakableNumberings = rSource.mbUnbreakableNumberings;
// No mbClippedPictures
// No mbBackgroundParaOverDrawings
mbTabOverMargin = rSource.mbTabOverMargin;