summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-20 00:45:36 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-20 13:47:57 -0500
commit85c58cd3ad210a4be49842ec0f272b2aebc5938e (patch)
tree86848ad416ae19d69c3fad9930a428bee0930790 /sfx2
parent94d4764a42f8f38b884bb8960791d80ac876b786 (diff)
Remove unused SV_DECL_PTRARR
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appdata.cxx1
-rw-r--r--sfx2/source/appl/appquit.cxx1
-rw-r--r--sfx2/source/inc/appdata.hxx9
3 files changed, 0 insertions, 11 deletions
diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx
index 07a0c0947e1f..182ed413b557 100644
--- a/sfx2/source/appl/appdata.cxx
+++ b/sfx2/source/appl/appdata.cxx
@@ -95,7 +95,6 @@ SfxAppData_Impl::SfxAppData_Impl( SfxApplication* )
, pDdeService2(0)
, pFactArr(0)
, pTopFrames( new SfxFrameArr_Impl )
- , pInitLinkList(0)
, pMatcher( 0 )
, pBasicResMgr( 0 )
, pSvtResMgr( 0 )
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx
index 094a44b5b838..f5a8f59a325d 100644
--- a/sfx2/source/appl/appquit.cxx
+++ b/sfx2/source/appl/appquit.cxx
@@ -140,7 +140,6 @@ void SfxApplication::Deinitialize()
DELETEX(pAppData_Impl->pSlotPool);
DELETEX(pAppData_Impl->pFactArr);
- DELETEX(pAppData_Impl->pInitLinkList);
DELETEX(pAppData_Impl->pTbxCtrlFac);
DELETEX(pAppData_Impl->pStbCtrlFac);
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx
index 32590661c259..96a31180a0fc 100644
--- a/sfx2/source/inc/appdata.hxx
+++ b/sfx2/source/inc/appdata.hxx
@@ -47,7 +47,6 @@ class DdeService;
class SfxEventConfiguration;
class SfxMacroConfig;
class SfxItemPool;
-class SfxInitLinkList;
class SfxFilterMatcher;
class ISfxTemplateCommon;
class SfxFilterMatcher;
@@ -82,11 +81,6 @@ class SfxBasicManagerCreationListener;
namespace sfx2 { namespace appl { class ImeStatusWindow; } }
typedef Link* LinkPtr;
-SV_DECL_PTRARR(SfxInitLinkList, LinkPtr, 4, 4)
-
-//=========================================================================
-// SfxAppData_Impl
-//=========================================================================
class SfxAppData_Impl
{
@@ -104,9 +98,6 @@ public:
SfxChildWinFactArr_Impl* pFactArr;
SfxFrameArr_Impl* pTopFrames;
- // special members
- SfxInitLinkList* pInitLinkList;
-
// application members
SfxFilterMatcher* pMatcher;
ResMgr* pBasicResMgr;