From 54bd274fe66cdc11cac1dd9f767579f065787cd5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 2 Jun 2021 12:00:05 +0200 Subject: fix message Change-Id: I537d32f01da3ad33be0f021917d9dea67c083b09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116577 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/core/unocore/unotext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') 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 ); } } } -- cgit v1.2.3