[Libreoffice-commits] core.git: sw/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 2 11:33:16 UTC 2021
sw/source/core/unocore/unotext.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 54bd274fe66cdc11cac1dd9f767579f065787cd5
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Jun 2 12:00:05 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Jun 2 13:32:27 2021 +0200
fix message
Change-Id: I537d32f01da3ad33be0f021917d9dea67c083b09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116577
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx
index 953b9667fb26..7e0c73d8c778 100644
--- a/sw/source/core/unocore/unotext.cxx
+++ b/sw/source/core/unocore/unotext.cxx
@@ -2079,7 +2079,7 @@ lcl_ApplyCellProperties(
}
catch (const uno::Exception&)
{
- TOOLS_WARN_EXCEPTION( "sw.uno", "Exception when getting PropertyState: " << rName );
+ TOOLS_WARN_EXCEPTION( "sw.uno", "Exception when setting cell property " << rName );
}
}
}
More information about the Libreoffice-commits
mailing list