diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-06-11 08:30:53 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-06-11 08:30:53 +0000 |
commit | b94dad78f5b2d63d2b2883c70fdaeab23e27125c (patch) | |
tree | 53f1347005fc31870a8d67e501c8d8d488cc5d33 /sfx2/inc/arrdecl.hxx | |
parent | e0c98cb337f8bfdfe8dae7047a91675e62ce3f48 (diff) |
#87722#: typedef eases uses of array
Diffstat (limited to 'sfx2/inc/arrdecl.hxx')
-rw-r--r-- | sfx2/inc/arrdecl.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/inc/arrdecl.hxx b/sfx2/inc/arrdecl.hxx index b240d8ec734a..f9e9e72fe2a7 100644 --- a/sfx2/inc/arrdecl.hxx +++ b/sfx2/inc/arrdecl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: arrdecl.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:22 $ + * last change: $Author: mba $ $Date: 2001-06-11 09:30:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,8 @@ class SfxViewShell; SV_DECL_PTRARR( SfxViewShellArr_Impl, SfxViewShell*, 4, 4 ); class SfxObjectFactory; -SV_DECL_PTRARR( SfxObjectFactoryArr_Impl, SfxObjectFactory*, 3, 3 ); +typedef SfxObjectFactory* SfxObjectFactoryPtr; +SV_DECL_PTRARR( SfxObjectFactoryArr_Impl, SfxObjectFactoryPtr, 3, 3 ); struct SfxTbxCtrlFactory; SV_DECL_PTRARR_DEL( SfxTbxCtrlFactArr_Impl, SfxTbxCtrlFactory*, 8, 4 ); |