View | Details | Raw Unified | Return to issue 21388
Collapse All | Expand All

(-)docvor.cxx (-1 / +1 lines)
Lines 1632-1638 Link Here
1632
SvStringsDtor* SfxOrganizeDlg_Impl::GetAllFactoryURLs_Impl( ) const
1632
SvStringsDtor* SfxOrganizeDlg_Impl::GetAllFactoryURLs_Impl( ) const
1633
{
1633
{
1634
	SvtModuleOptions aModOpt;
1634
	SvtModuleOptions aModOpt;
1635
	::com::sun::star::uno::Sequence < ::rtl::OUString >& aServiceNames = aModOpt.GetAllServiceNames() ;
1635
	const ::com::sun::star::uno::Sequence < ::rtl::OUString >& aServiceNames = aModOpt.GetAllServiceNames() ;
1636
    SvStringsDtor* pList = new SvStringsDtor;
1636
    SvStringsDtor* pList = new SvStringsDtor;
1637
	sal_Int32 nCount = aServiceNames.getLength();
1637
	sal_Int32 nCount = aServiceNames.getLength();
1638
    for( sal_Int32 i=0; i<nCount; ++i )
1638
    for( sal_Int32 i=0; i<nCount; ++i )

Return to issue 21388