15cacb9054
Change-Id: Ie9c184abe3f30b79163bed10c89f4cf76015a5aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156555 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
29 lines
929 B
YAML
29 lines
929 B
YAML
---
|
|
assumeFilename: shell/source/unix/exec/shellexec.cxx
|
|
excludelist:
|
|
shell/source/sessioninstall/SyncDbusSessionHelper.hxx:
|
|
# No hpp->hdl replacement
|
|
- org/freedesktop/PackageKit/SyncDbusSessionHelper.hpp
|
|
shell/source/backends/kf5be/kf5access.cxx:
|
|
# Keep abstract QT headers
|
|
- QtCore/QDir
|
|
- QtCore/QStandardPaths
|
|
- QtCore/QString
|
|
- QtCore/QUrl
|
|
- QtGui/QFont
|
|
- QtGui/QFontDatabase
|
|
shell/source/backends/kf5be/kf5backend.cxx:
|
|
# Keep abstract QT headers
|
|
- QtWidgets/QApplication
|
|
shell/source/backends/localebe/localebackend.cxx:
|
|
# Needed on WIN for toU
|
|
- o3tl/char16_t2wchar_t.hxx
|
|
shell/source/cmdmail/cmdmailsuppl.cxx:
|
|
# Actually used
|
|
- com/sun/star/uno/XComponentContext.hpp
|
|
shell/source/tools/lngconvex/lngconvex.cxx:
|
|
# Needed for std::ifstream
|
|
- fstream
|
|
shell/source/unix/exec/shellexec.cxx:
|
|
# Needed on MAC
|
|
- osl/file.hxx
|