diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-03-07 12:43:48 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-03-07 12:06:07 +0100 |
commit | f9b31a49027a8fa5e8fa094a3b62866832426466 (patch) | |
tree | 72a256713dca0c51283932dc96e731f5b11d3098 /xmloff/source/table | |
parent | 42a7fdb8e6eeb09db7bc64e2078632a3c68a2c12 (diff) |
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 <path-of-the-file>
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 <muhammet.kara@collabora.com>
Diffstat (limited to 'xmloff/source/table')
-rw-r--r-- | xmloff/source/table/table.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |