diff options
-rw-r--r-- | sw/source/core/doc/DocumentSettingManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/DocumentSettingManager.cxx b/sw/source/core/doc/DocumentSettingManager.cxx index 47c7d2837ddb..883ab4736e73 100644 --- a/sw/source/core/doc/DocumentSettingManager.cxx +++ b/sw/source/core/doc/DocumentSettingManager.cxx @@ -624,7 +624,7 @@ void sw::DocumentSettingManager::ReplaceCompatibilityOptions(const DocumentSetti // for non-SwWebDocShells. // No mbIsGlobalDoc: this is true for SwGlobalDocShells. mbGlblDocSaveLinks = rSource.mbGlblDocSaveLinks; - // No mbIsLabelDoc + mbIsLabelDoc = rSource.mbIsLabelDoc; mbPurgeOLE = rSource.mbPurgeOLE; mbKernAsianPunctuation = rSource.mbKernAsianPunctuation; mbParaSpaceMax = rSource.mbParaSpaceMax; |