Kaydet (Commit) 1eb38e26 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

Remove dead DECL_PTRARRAY(SfxFilterArr_Impl) declaration and member

Change-Id: I49cefb7e4b8df0f9b95b7a3ef2beaf2d8c0c98e7
üst 33f5324f
......@@ -56,12 +56,10 @@ SV_DECL_PTRARR_DEL( SfxChildWinFactArr_Impl, SfxChildWinFactory*, 2 )
class SfxModule;
SV_DECL_PTRARR( SfxModuleArr_Impl, SfxModule*, 2 )
class SfxFilter;
DECL_PTRARRAY( SfxFilterArr_Impl, SfxFilter*, 4, 4 )
class SfxFrame;
typedef ::std::vector<SfxFrame*> SfxFrameArr_Impl;
class SfxFilter;
typedef ::std::vector< SfxFilter* > SfxFilterList_Impl;
#endif
......
......@@ -46,7 +46,6 @@
class Window;
class SfxFilter;
class SfxFilterArr_Impl;
class SfxObjectFacArr_Impl;
class SfxObjectFactory;
class SfxMedium;
......
......@@ -79,7 +79,6 @@ DBG_NAME(SfxObjectFactory)
struct SfxObjectFactory_Impl
{
SfxViewFactoryArr_Impl aViewFactoryArr;// List of <SfxViewFactory>s
SfxFilterArr_Impl aFilterArr; // List of <SFxFilter>n
ResId* pNameResId;
::rtl::OUString aServiceName;
SfxFilterContainer* pFilterContainer;
......@@ -144,9 +143,6 @@ SfxObjectFactory::~SfxObjectFactory()
{
DBG_DTOR(SfxObjectFactory, 0);
const sal_uInt16 nCount = pImpl->aFilterArr.Count();
for ( sal_uInt16 i = 0; i < nCount; ++i )
delete pImpl->aFilterArr[i];
delete pImpl->pNameResId;
delete pImpl->pFilterContainer;
delete pImpl;
......
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