sfx2/source/appl/appuno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 925e6269915ee2c62181c93fc6af21572f9863a7 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Mon Apr 14 09:50:13 2025 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Mon Apr 14 11:55:50 2025 +0200 show what the name is expected to be in the warning Change-Id: I856f2e58f283130bf46abda76f95ba2a07a583b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184136 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 7a0e32473344..c989a1c14a82 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -219,7 +219,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence<beans::Propert else if ( nSubCount == 0 ) { // for a simple property there can be only one parameter and its name *must* match - SAL_WARN("sfx.appl", "Property name does not match: " << rName); + SAL_WARN("sfx.appl", "Property name of '" << rName << "' does not match '" << pSlot->aUnoName << "'"); } #endif else