fix enabled-mergelibs-more build

ErrCode::toString is needed by desktop/source/app/ unit tests now

Change-Id: Ie7a9e67aca763c958d08f3826bca5df4e0d828f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175769
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
This commit is contained in:
Juergen Funk 2024-10-29 05:40:39 +01:00 committed by Noel Grandin
parent 30dee23a76
commit bd1d232119

View file

@ -137,8 +137,8 @@ public:
}
/// Return a string suitable for debug output, the same as the operator<< function
UNLESS_MERGELIBS(COMPHELPER_DLLPUBLIC) OUString toString() const;
COMPHELPER_DLLPUBLIC OUString toString() const;
template <typename... Args> bool anyOf(Args... args) const
{
static_assert(sizeof...(args) > 0);