summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-02 12:00:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-02 13:32:27 +0200
commit54bd274fe66cdc11cac1dd9f767579f065787cd5 (patch)
tree884581b2b3d5000107230faa34fc18c2be5edcbe /sw/source/core
parent46a662ea56db5b466b15004a6e68148561d4a649 (diff)
fix message
Change-Id: I537d32f01da3ad33be0f021917d9dea67c083b09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116577 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/unocore/unotext.cxx2
1 files changed, 1 insertions, 1 deletions
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 );
}
}
}