sw/source/writerfilter/dmapper/SettingsTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b2d31d40d600cb64bbec26f0012ce11cf8e7e7ce Author: Mike Kaganski <[email protected]> AuthorDate: Mon Sep 29 09:27:26 2025 +0200 Commit: Mike Kaganski <[email protected]> CommitDate: Mon Sep 29 12:00:20 2025 +0200 Fix comment After commit b3f3d1ffeca42cbe6028f81b5a07c342f84e8c88 (tdf#164627 docx export: consolidate getWordCompatibilityMode(), 2025-01-10). Change-Id: I88edabf80e57a9d78757fc8203a1fdbbf80e4899 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191590 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/sw/source/writerfilter/dmapper/SettingsTable.cxx b/sw/source/writerfilter/dmapper/SettingsTable.cxx index f0d18ada3689..e4b10814efa0 100644 --- a/sw/source/writerfilter/dmapper/SettingsTable.cxx +++ b/sw/source/writerfilter/dmapper/SettingsTable.cxx @@ -764,7 +764,7 @@ std::pair<bool, bool> SettingsTable::GetCompatSettingHasAndValue( std::u16string return std::pair<bool, bool>(bHas, bRet); } -//Keep this function in-sync with the one in sw/.../docxattributeoutput.cxx +//Keep this function in-sync with the one in sw/.../docxexport.cxx sal_Int32 SettingsTable::GetWordCompatibilityMode() { if ( m_nWordCompatibilityMode != -1 )
