From f9b31a49027a8fa5e8fa094a3b62866832426466 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Sat, 7 Mar 2020 12:43:48 +0300 Subject: clang-format xmloff with under 5-percent lines of change Files which could become clang-format conformant with under 5-percent lines of change relative to the total count of lines in the file are found by using bin/find-clang-format.py, and fixed with /opt/lo/bin/clang-format -i There will be follow-up patches to fix all 'under-5-percent' files. Change-Id: Ia2b85f00fc182798176d0af686b37f0df59ecb3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90151 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- xmloff/source/table/table.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/table') diff --git a/xmloff/source/table/table.hxx b/xmloff/source/table/table.hxx index 79a4779e56ba..cdf5dba92311 100644 --- a/xmloff/source/table/table.hxx +++ b/xmloff/source/table/table.hxx @@ -31,7 +31,7 @@ struct TableStyleElement }; extern const TableStyleElement* getTableStyleMap(); -extern const TableStyleElement* getWriterSpecificTableStyleMap(); +extern const TableStyleElement* getWriterSpecificTableStyleMap(); extern const XMLPropertyMapEntry* getColumnPropertiesMap(); extern const XMLPropertyMapEntry* getRowPropertiesMap(); extern const XMLPropertyMapEntry* getCellPropertiesMap(); -- cgit v1.2.3