diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-05-18 17:10:57 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-05-18 17:10:57 +0200 |
commit | 74efe21718537220ec16adab9964a00fc13cd9fd (patch) | |
tree | 085ce37672793e8fd9e21ee3407f8f471be19a75 /sfx2/source/inc | |
parent | d310e6479f4db1c86629ca98f6e0f7480a0fa5e4 (diff) |
CWS mba33issues01: #i109842#: missing typedef
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/appdata.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx index 91305eb95cce..bd12f3db80dc 100644 --- a/sfx2/source/inc/appdata.hxx +++ b/sfx2/source/inc/appdata.hxx @@ -82,6 +82,9 @@ class SfxBasicManagerCreationListener; namespace sfx2 { namespace appl { class ImeStatusWindow; } } +typedef Link* LinkPtr; +SV_DECL_PTRARR(SfxInitLinkList, LinkPtr, 4, 4) + //========================================================================= // SfxAppData_Impl //========================================================================= |