diff options
author | Hossein <hossein@libreoffice.org> | 2023-09-07 17:16:24 +0200 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2023-09-09 01:20:46 +0200 |
commit | 65325f9c2f9aff6782fa5df910e8f2f5e63dfd93 (patch) | |
tree | 85b071bca4feaafc02c3018d37d5ebcdee8a6255 /solenv/clang-format | |
parent | debd9a749cbaaa6ec97992b6908293ec5d41bffc (diff) |
Rename .cpp examples to .cxx
The files are renamed, and the associated lines in Makefiles and
elsewhere are also changed.
Change-Id: Ieec38055690e03afd8982320ee0836904a3f41eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156670
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
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 14ff7c544643..a07a69f09927 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -6871,7 +6871,7 @@ odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/ odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx -odk/examples/OLE/activex/SOActiveX.cpp +odk/examples/OLE/activex/SOActiveX.cxx odk/examples/OLE/activex/SOActiveX.h odk/examples/OLE/activex/SOComWindowPeer.h odk/examples/OLE/activex/resource.h |