summaryrefslogtreecommitdiff
path: root/toolkit/source/layout/core/root.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/layout/core/root.cxx')
-rw-r--r--toolkit/source/layout/core/root.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/toolkit/source/layout/core/root.cxx b/toolkit/source/layout/core/root.cxx
index e10857280613..408b7efa53e6 100644
--- a/toolkit/source/layout/core/root.cxx
+++ b/toolkit/source/layout/core/root.cxx
@@ -202,13 +202,6 @@ uno::Reference< awt::XLayoutContainer > LayoutRoot::getLayoutContainer() throw (
return uno::Reference< awt::XLayoutContainer >();
}
-// local helper ...
-void LayoutRoot::addItem( const OUString &rName,
- const uno::Reference< awt::XLayoutConstrains > &xRef )
-{
- maItems[ rName ] = xRef;
-}
-
// XNameAccess
uno::Any SAL_CALL LayoutRoot::getByName( const OUString &rName )
throw ( container::NoSuchElementException,