summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms/NameContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/NameContainer.hxx')
-rw-r--r--forms/source/xforms/NameContainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/NameContainer.hxx b/forms/source/xforms/NameContainer.hxx
index f1a473f2e1f2..7d1b63bece01 100644
--- a/forms/source/xforms/NameContainer.hxx
+++ b/forms/source/xforms/NameContainer.hxx
@@ -61,7 +61,7 @@ protected:
T getItem( const OUString& rName )
{
- OSL_ENSURE( hasItem( rName ), "can't get non-existant item" );
+ OSL_ENSURE( hasItem( rName ), "can't get non-existent item" );
return maItems[ rName ];
}