comphelper/IwyuFilter_comphelper.yaml     |    3 ---
 connectivity/IwyuFilter_connectivity.yaml |    3 ---
 emfio/IwyuFilter_emfio.yaml               |    4 ----
 filter/IwyuFilter_filter.yaml             |    6 ------
 jvmfwk/IwyuFilter_jvmfwk.yaml             |    3 ---
 odk/docs/idl_extra_styles.css             |    7 +++++++
 registry/IwyuFilter_registry.yaml         |    5 -----
 store/IwyuFilter_store.yaml               |    3 ---
 unoidl/IwyuFilter_unoidl.yaml             |    4 ----
 9 files changed, 7 insertions(+), 31 deletions(-)

New commits:
commit e90c95e70e1b758db314f562262311b4699b5658
Author:     Gabor Kelemen <gabor.kele...@collabora.com>
AuthorDate: Sat Jun 28 23:47:52 2025 +0200
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Wed Jul 2 09:04:01 2025 +0200

    Drop exceptions for osl/endian.h from yaml files
    
    This is handled by bin/find-unneeded-includes
    since commit 53d4346968c82
    
    Change-Id: I3f289180270acd6c44b52466d2afa77d71c21450
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187144
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/comphelper/IwyuFilter_comphelper.yaml 
b/comphelper/IwyuFilter_comphelper.yaml
index 9e60203c6750..76008973ab11 100644
--- a/comphelper/IwyuFilter_comphelper.yaml
+++ b/comphelper/IwyuFilter_comphelper.yaml
@@ -52,9 +52,6 @@ excludelist:
     comphelper/source/misc/graphicmimetype.cxx:
     # Needed for direct member access
     - com/sun/star/io/XInputStream.hpp
-    comphelper/source/misc/hash.cxx:
-    # OSL_BIGENDIAN is being checked
-    - osl/endian.h
     comphelper/source/misc/instancelocker.cxx:
     # Needed for template
     - com/sun/star/embed/XActionsApproval.hpp
diff --git a/connectivity/IwyuFilter_connectivity.yaml 
b/connectivity/IwyuFilter_connectivity.yaml
index 976f124f1447..79403230c41c 100644
--- a/connectivity/IwyuFilter_connectivity.yaml
+++ b/connectivity/IwyuFilter_connectivity.yaml
@@ -71,9 +71,6 @@ excludelist:
     connectivity/source/drivers/mysql_jdbc/YDriver.cxx:
     # Actually used
     - com/sun/star/uno/XComponentContext.hpp
-    connectivity/source/drivers/odbc/OTools.cxx:
-    # OSL_BIGENDIAN is being checked
-    - osl/endian.h
     connectivity/source/drivers/postgresql/pq_connection.cxx:
     # Needed for using deleter_from_fn
     - pq_tools.hxx
diff --git a/emfio/IwyuFilter_emfio.yaml b/emfio/IwyuFilter_emfio.yaml
index 3a2074b75e72..cf89b81d8cda 100644
--- a/emfio/IwyuFilter_emfio.yaml
+++ b/emfio/IwyuFilter_emfio.yaml
@@ -1,6 +1,2 @@
 ---
 assumeFilename: emfio/source/emfuno/xemfparser.cxx
-excludelist:
-    emfio/source/reader/wmfreader.cxx:
-    # OSL_BIGENDIAN is being checked
-    - osl/endian.h
diff --git a/filter/IwyuFilter_filter.yaml b/filter/IwyuFilter_filter.yaml
index 8755c04d4883..be98d7aedcae 100644
--- a/filter/IwyuFilter_filter.yaml
+++ b/filter/IwyuFilter_filter.yaml
@@ -1,9 +1,6 @@
 ---
 assumeFilename: filter/source/msfilter/msdffimp.cxx
 excludelist:
-    filter/source/graphicfilter/icgm/cgm.cxx:
-    # OSL_BIGENDIAN is being checked
-    - osl/endian.h
     filter/source/msfilter/mscodec.cxx:
     # Actually used
     - com/sun/star/beans/NamedValue.hpp
@@ -13,9 +10,6 @@ excludelist:
     filter/source/msfilter/mstoolbar.cxx:
     # Needed for template
     - com/sun/star/frame/XModel.hpp
-    filter/source/msfilter/svdfppt.cxx:
-    # OSL_BIGENDIAN is being checked
-    - osl/endian.h
     filter/source/pdf/impdialog.cxx:
     # Actually used
     - com/sun/star/beans/XMaterialHolder.hpp
diff --git a/jvmfwk/IwyuFilter_jvmfwk.yaml b/jvmfwk/IwyuFilter_jvmfwk.yaml
index bfca82b3d10b..610f31ef454b 100644
--- a/jvmfwk/IwyuFilter_jvmfwk.yaml
+++ b/jvmfwk/IwyuFilter_jvmfwk.yaml
@@ -6,9 +6,6 @@ excludelist:
     - config_folders.h
     # Don't replace with URE impl. detail
     - rtl/byteseq.hxx
-    jvmfwk/inc/vendorbase.hxx:
-    # OSL_BIGENDIAN is being checked
-    - osl/endian.h
     jvmfwk/source/framework.cxx:
     # Don't replace with URE impl. detail
     - osl/thread.hxx
diff --git a/registry/IwyuFilter_registry.yaml 
b/registry/IwyuFilter_registry.yaml
index 4b2a6b7aa309..96377e51a496 100644
--- a/registry/IwyuFilter_registry.yaml
+++ b/registry/IwyuFilter_registry.yaml
@@ -4,11 +4,6 @@ excludelist:
     registry/source/regimpl.hxx:
     # Needed for correct linker visibility
     - regapi.hxx
-    registry/source/reflwrit.cxx:
-    # OSL_BIGENDIAN is being checked
-    - osl/endian.h
     registry/source/reflread.cxx:
-    # OSL_BIGENDIAN is being checked
-    - osl/endian.h
     # Needed for correct linker visibility
     - registry/typereg_reader.hxx
diff --git a/store/IwyuFilter_store.yaml b/store/IwyuFilter_store.yaml
index 0505cb5a1392..c01e81895f40 100644
--- a/store/IwyuFilter_store.yaml
+++ b/store/IwyuFilter_store.yaml
@@ -1,9 +1,6 @@
 ---
 assumeFilename: store/source/storbase.cxx
 excludelist:
-    store/source/storbase.hxx:
-    # Needed for OSL_BIGENDIAN macro
-    - osl/endian.h
     store/source/stordir.hxx:
     # Checking other file gives this
     - namespace store { struct OStoreDirectoryPageData; }
diff --git a/unoidl/IwyuFilter_unoidl.yaml b/unoidl/IwyuFilter_unoidl.yaml
index 506f964038ed..9bd75a9d3d43 100644
--- a/unoidl/IwyuFilter_unoidl.yaml
+++ b/unoidl/IwyuFilter_unoidl.yaml
@@ -1,6 +1,2 @@
 ---
 assumeFilename: unoidl/source/unoidl.cxx
-excludelist:
-    unoidl/source/unoidl-write.cxx:
-    # Avoid loplugin:oslendian error
-    - osl/endian.h
commit b1fedaf2c150411a50cca5ba23033d3e0c3c42a6
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Tue Jul 1 22:02:58 2025 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Jul 2 09:03:56 2025 +0200

    tdf#163746 ODK API docs: place "optional" and "property" decorations
    
    closer to the definitions
    
    Change-Id: I29e3fdb57e5ee0acbbdd33fd2a9b2cb5f4e15736
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187254
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/odk/docs/idl_extra_styles.css b/odk/docs/idl_extra_styles.css
index 98cb5b95be96..fef91c25714d 100644
--- a/odk/docs/idl_extra_styles.css
+++ b/odk/docs/idl_extra_styles.css
@@ -6,6 +6,13 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+/* Place "optional" and "property" decorations closer to the definitions */
+td.mlabels-left {
+    width: auto;
+    max-width: 100%;
+}
+
+/* Hack to insert an "unpublished" decoration when appropriate */
 /* Doxygen 1.8 */
 #top:not(:has(#nav-path .el:first-child[href^="dir_"])) ~ .header 
.title:not(:has(> .mlabels))::after {
     content: "unpublished";

Reply via email to