diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-19 10:18:59 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-19 10:18:59 +0000 |
commit | 5ac7b3368c01dd990ff6b2a51c765d3a395d2cd9 (patch) | |
tree | 1e3511440b31c695af6309dfa7b539d6e0cd6cda /sfx2/source | |
parent | 1f0355c7dfbb131a040a99650cff624652985df9 (diff) |
#94850#: TypeInfo for SfxTopFrame
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/view/topfrm.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/view/topfrm.cxx b/sfx2/source/view/topfrm.cxx index f175f3329c4e..87928fca3fed 100644 --- a/sfx2/source/view/topfrm.cxx +++ b/sfx2/source/view/topfrm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: topfrm.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: mba $ $Date: 2001-11-15 15:13:16 $ + * last change: $Author: mba $ $Date: 2001-11-19 11:18:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -739,6 +739,7 @@ long SfxViewFrameClose_Impl( void* pObj, void* pArg ) return 0; } +TYPEINIT1(SfxTopFrame, SfxFrame); TYPEINIT1(SfxTopViewFrame, SfxViewFrame); //-------------------------------------------------------------------- |