unotools/source/config/fltrcfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c1382f22099860a52d7da94b619aa540346f7e7a Author: Tamás Zolnai <tamas.zol...@collabora.com> AuthorDate: Thu Mar 28 08:15:28 2019 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Thu Mar 28 08:48:33 2019 +0100 MSO lockfiles: Missing comma Change-Id: Idc3a2c85b8abb7f7fa0d4331107e4d83faef23bb Reviewed-on: https://gerrit.libreoffice.org/69877 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> diff --git a/unotools/source/config/fltrcfg.cxx b/unotools/source/config/fltrcfg.cxx index 4993902aa786..b43f7d5856ae 100644 --- a/unotools/source/config/fltrcfg.cxx +++ b/unotools/source/config/fltrcfg.cxx @@ -326,7 +326,7 @@ const Sequence<OUString>& GetPropertyNames() "Export/EnableWordPreview", // 10 "Import/ImportWWFieldsAsEnhancedFields", // 11 "Import/SmartArtToShapes", // 12 - "Export/CharBackgroundToHighlighting" // 13 + "Export/CharBackgroundToHighlighting", // 13 "Import/CreateMSOLockFiles" // 14 }; OUString* pNames = aNames.getArray(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits