diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-07-18 13:18:11 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-07-18 15:11:02 +0200 |
commit | 2455826917868a5da5ab1bb4586e067d6c968c43 (patch) | |
tree | 114e31c804a5becc7a6e0d38bde0a7a64a29bf77 /solenv/clang-format | |
parent | 4adc868328e958a4a9cead3731bd3468497c97c8 (diff) |
xmloff: move XMLComplexColor* import/export classes to public include
Change-Id: I52aad31f63858eba905481812cbf971493252642
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154570
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index ca49c48b2f2f..ffe9eb7b3e78 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -6432,6 +6432,7 @@ include/xmloff/SinglePropertySetInfoCache.hxx include/xmloff/XMLBase64ImportContext.hxx include/xmloff/XMLCharContext.hxx include/xmloff/XMLConstantsPropertyHandler.hxx +include/xmloff/XMLElementPropertyContext.hxx include/xmloff/XMLEventExport.hxx include/xmloff/XMLEventsImportContext.hxx include/xmloff/XMLFilterServiceNames.h @@ -15295,7 +15296,6 @@ xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx xmloff/inc/XMLChartPropertySetMapper.hxx xmloff/inc/XMLChartStyleContext.hxx xmloff/inc/XMLClipPropertyHandler.hxx -xmloff/inc/XMLElementPropertyContext.hxx xmloff/inc/XMLEmbeddedObjectExportFilter.hxx xmloff/inc/XMLEmbeddedObjectImportContext.hxx xmloff/inc/XMLEventImportHelper.hxx |