diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-23 13:50:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-23 14:02:54 +0100 |
commit | 1d1d886747ce9a7c90ac6499c9111d2cb5b9d1d5 (patch) | |
tree | c378d29899050860003b72f998afd1572a1f0c81 /framework/inc | |
parent | a0f21d39d74a57d7cc7f98f1868d115e769b1c17 (diff) |
update unused list
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uielement/rootitemcontainer.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |