summaryrefslogtreecommitdiff
path: root/framework/source/uielement/uicommanddescription.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/uicommanddescription.cxx')
-rw-r--r--framework/source/uielement/uicommanddescription.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx
index c021456cbde7..cbf0d61abb84 100644
--- a/framework/source/uielement/uicommanddescription.cxx
+++ b/framework/source/uielement/uicommanddescription.cxx
@@ -656,10 +656,6 @@ void UICommandDescription::impl_fillElements(const sal_Char* _pName)
}
} // for ( sal_Int32 i = 0; i < aElementNames.getLength(); i++ )
}
-Reference< XNameAccess > UICommandDescription::impl_createConfigAccess(const OUString& _sName)
-{
- return new ConfigurationAccess_UICommand( _sName, m_xGenericUICommands, m_xContext );
-}
Any SAL_CALL UICommandDescription::getByName( const OUString& aName )
throw (::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception)