diff options
Diffstat (limited to 'svl/source/items/stritem.cxx')
-rw-r--r-- | svl/source/items/stritem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/stritem.cxx b/svl/source/items/stritem.cxx index a384e23a2ee8..0c6b8be1763d 100644 --- a/svl/source/items/stritem.cxx +++ b/svl/source/items/stritem.cxx @@ -49,7 +49,7 @@ bool SfxStringItem::PutValue(const css::uno::Any& rVal, m_aValue = aTheValue; return true; } - OSL_FAIL("CntUnencodedStringItem::PutValue(): Wrong type"); + OSL_FAIL("SfxStringItem::PutValue(): Wrong type"); return false; } |