[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - unotools/source
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 28 07:48:58 UTC 2019
unotools/source/config/fltrcfg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c1382f22099860a52d7da94b619aa540346f7e7a
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Mar 28 08:15:28 2019 +0100
Commit: Andras Timar <andras.timar at 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.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at 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();
More information about the Libreoffice-commits
mailing list