From 1d1d886747ce9a7c90ac6499c9111d2cb5b9d1d5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 23 Sep 2011 13:50:59 +0100 Subject: update unused list --- framework/inc/uielement/rootitemcontainer.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/inc') diff --git a/framework/inc/uielement/rootitemcontainer.hxx b/framework/inc/uielement/rootitemcontainer.hxx index 43ee41cc1cbc..0fd18a5c92c0 100644 --- a/framework/inc/uielement/rootitemcontainer.hxx +++ b/framework/inc/uielement/rootitemcontainer.hxx @@ -142,7 +142,6 @@ class RootItemContainer : public ::com::sun::star::lang::XTypeProvider RootItemContainer& operator=( const RootItemContainer& ); RootItemContainer( const RootItemContainer& ); - void copyItemContainer( const std::vector< com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > >& rSourceVector ); com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > deepCopyContainer( const com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess >& rSubContainer ); mutable ShareableMutex m_aShareMutex; -- cgit