Kaydet (Commit) b0f4052c authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: update unused code list

Change-Id: I6a935ced687b1076dfdd6c6ae0cf3bce1fc6adbd
üst a852c028
......@@ -443,24 +443,6 @@ void SfxConfigGroupListBox_Impl::SetStylesInfo(SfxStylesInfo_Impl* pStyles)
pStylesInfo = pStyles;
}
String SfxConfigGroupListBox_Impl::GetGroup()
/* Description
Returns the name of the selected function group/the selected basic.
*/
{
SvTreeListEntry *pEntry = FirstSelected();
while ( pEntry )
{
SfxGroupInfo_Impl *pInfo = (SfxGroupInfo_Impl*) pEntry->GetUserData();
if ( pInfo->nKind == SFX_CFGGROUP_FUNCTION )
return GetEntryText( pEntry );
pEntry = GetParent( pEntry );
}
return String();
}
//-----------------------------------------------
void SfxConfigGroupListBox_Impl::InitModule()
{
......
......@@ -181,7 +181,6 @@ public:
void GroupSelected();
void SelectMacro( const SfxMacroInfoItem* );
void SelectMacro( const String&, const String& );
String GetGroup();
void SetStylesInfo(SfxStylesInfo_Impl* pStyles);
};
......
......@@ -10,8 +10,6 @@ ScFiltersTest::testColorScaleXLSX()
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
StyleSettings::GetPersonaFooter() const
SvxBrushItem::SetFillStyle(com::sun::star::drawing::FillStyle)
SvxBrushItem::SetGradient(Gradient&)
TemplateAbstractView::deselectOverlayItem(unsigned short)
Test::test1Table1Page()
TextEngine::GetLeftMargin() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment