diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-05-18 17:10:29 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-05-18 17:10:29 +0200 |
commit | d310e6479f4db1c86629ca98f6e0f7480a0fa5e4 (patch) | |
tree | be7674a0d4a2fff828473358639bd9f2bd3ec29b /sfx2/source/appl | |
parent | cd50d383f645aa1d188331039d334faebfa1add0 (diff) |
CWS mba33issues01: #i109842#: missing typedef
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/appmain.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 020f68d01e8d..cf097b900b52 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -93,9 +93,6 @@ static SfxItemInfo __READONLY_DATA aItemInfos[] = //=================================================================== -typedef Link* LinkPtr; -SV_DECL_PTRARR(SfxInitLinkList, LinkPtr, 4, 4) - TYPEINIT2(SfxApplication,SfxShell,SfxBroadcaster); //-------------------------------------------------------------------- |