diff options
author | Dirk Völzke <dv@openoffice.org> | 2001-07-03 11:00:00 +0000 |
---|---|---|
committer | Dirk Völzke <dv@openoffice.org> | 2001-07-03 11:00:00 +0000 |
commit | 13e0ca01789a458c5f9f7a17452056490dd677ae (patch) | |
tree | 300ed439ab640fdd081ec47f7d466c8ce4ac69af /sfx2/inc/arrdecl.hxx | |
parent | 8d16b8f20fdd6c7b38048b345522545d20dbc905 (diff) |
#89176# Removed AsynchronLink from header
Diffstat (limited to 'sfx2/inc/arrdecl.hxx')
-rw-r--r-- | sfx2/inc/arrdecl.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sfx2/inc/arrdecl.hxx b/sfx2/inc/arrdecl.hxx index f9e9e72fe2a7..8ed5986566ef 100644 --- a/sfx2/inc/arrdecl.hxx +++ b/sfx2/inc/arrdecl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: arrdecl.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mba $ $Date: 2001-06-11 09:30:53 $ + * last change: $Author: dv $ $Date: 2001-07-03 12:00:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,9 +100,6 @@ SV_DECL_PTRARR_DEL( SfxChildWinFactArr_Impl, SfxChildWinFactory*, 2, 2 ); class SfxModule; SV_DECL_PTRARR( SfxModuleArr_Impl, SfxModule*, 2, 2 ); -class AsynchronLink; -SV_DECL_PTRARR_DEL( AsynchronLinkArr_Impl, AsynchronLink*, 2, 2 ); - class SfxFilter; DECL_PTRARRAY( SfxFilterArr_Impl, SfxFilter*, 4, 4 ); |