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.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/forms/source/xforms/NameContainer.hxx b/forms/source/xforms/NameContainer.hxx
index db4719564592..e969002f2103 100644
--- a/forms/source/xforms/NameContainer.hxx
+++ b/forms/source/xforms/NameContainer.hxx
@@ -60,13 +60,6 @@ protected:
return findItem( rName ) != maItems.end();
}
- T getItem( const OUString& rName )
- {
- OSL_ENSURE( hasItem( rName ), "can't get non-existent item" );
- return maItems[ rName ];
- }
-
-
void replace( const OUString& rName,
const T& aElement )
{