[Libreoffice-commits] core.git: svl/IwyuFilter_svl.yaml

Gabor Kelemen (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 12 17:43:36 UTC 2019


 svl/IwyuFilter_svl.yaml |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

New commits:
commit 8150219824a1d08c4a22fd8bb7cc63fe2aa88074
Author:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Sun Aug 25 17:11:08 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Sep 12 19:42:50 2019 +0200

    Add IwyuFilter_svl.yaml
    
    Looks like I forgot to add this in 43ddddb703bcdb9430752af63ae46527f737f874
    
    Change-Id: I1aad5add0cbbc9baf72a4548fa33d57bb837707c
    Reviewed-on: https://gerrit.libreoffice.org/78084
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/svl/IwyuFilter_svl.yaml b/svl/IwyuFilter_svl.yaml
new file mode 100644
index 000000000000..6007938964d1
--- /dev/null
+++ b/svl/IwyuFilter_svl.yaml
@@ -0,0 +1,43 @@
+---
+assumeFilename: svl/source/items/intitem.cxx
+blacklist:
+    svl/source/config/itemholder2.hxx:
+    # Base class needs complete type
+    - com/sun/star/lang/XEventListener.hpp
+    svl/source/fsstor/oinputstreamcontainer.hxx:
+    # Base class needs complete type
+    - com/sun/star/io/XInputStream.hpp
+    - com/sun/star/embed/XExtendedStorageStream.hpp
+    svl/source/numbers/zforscan.hxx:
+    # Needed for direct member access
+    - tools/color.hxx
+    svl/source/numbers/numfmuno.hxx:
+    # Base class needs complete type
+    - com/sun/star/util/XNumberFormatter2.hpp
+    - com/sun/star/lang/XServiceInfo.hpp
+    - com/sun/star/util/XNumberFormats.hpp
+    - com/sun/star/util/XNumberFormatTypes.hpp
+    - com/sun/star/beans/XPropertyAccess.hpp
+    svl/source/passwordcontainer/passwordcontainer.hxx:
+    # Base class needs complete type
+    - com/sun/star/task/XPasswordContainer2.hpp
+    - com/sun/star/lang/XServiceInfo.hpp
+    - com/sun/star/lang/XEventListener.hpp
+    svl/source/crypto/cryptosign.cxx:
+    # Needed on WIN32
+    - o3tl/char16_t2wchar_t.hxx
+    svl/source/filepicker/pickerhistory.cxx:
+    # Needed to inherit linker visibility from function declaration
+    - svl/pickerhistoryaccess.hxx
+    svl/source/misc/getstringresource.cxx:
+    # Needed to inherit linker visibility from function declaration
+    - svl/svlresid.hxx
+    svl/source/misc/fstathelper.cxx:
+    # Needed to inherit linker visibility from function declaration
+    - svl/fstathelper.hxx
+    svl/source/misc/urihelper.cxx:
+    # Needed to inherit linker visibility from function declaration
+    - svl/urihelper.hxx
+    svl/source/numbers/zforfind.cxx:
+    # Used in test code behind #ifdef
+    - com/sun/star/i18n/LocaleCalendar2.hpp


More information about the Libreoffice-commits mailing list