9214b80fe6
... and namespace. This is in preparation of implementing a KF 6 backend that will reuse most of the code. Change-Id: I0c0f499ff57dd18e7e0bc7dd838acfeffa30d88c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168274 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
29 lines
927 B
YAML
29 lines
927 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/kfaccess.cxx:
|
|
# Keep abstract QT headers
|
|
- QtCore/QDir
|
|
- QtCore/QStandardPaths
|
|
- QtCore/QString
|
|
- QtCore/QUrl
|
|
- QtGui/QFont
|
|
- QtGui/QFontDatabase
|
|
shell/source/backends/kf5be/kfbackend.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
|