diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:45:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:45:26 +0000 |
commit | 4e251c5eb5a8e4de5858282ddd1e101819028949 (patch) | |
tree | c2404f1c479fb8f8e7362968b8f1d2199d43b0be /svx | |
parent | 1691f31ab4b9c6422b0751f46bdc6001fc6400e1 (diff) |
INTEGRATION: CWS dba30b (1.33.322); FILE MERGED
2008/04/15 22:02:29 fs 1.33.322.2: RESYNC: (1.33-1.34); FILE MERGED
2008/02/26 08:38:03 fs 1.33.322.1: #i86263# #i85993# handler for when the forms collection has been created
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmpgeimp.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/svx/source/form/fmpgeimp.cxx b/svx/source/form/fmpgeimp.cxx index 71e8c9d3f4e2..1d470c003217 100644 --- a/svx/source/form/fmpgeimp.cxx +++ b/svx/source/form/fmpgeimp.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fmpgeimp.cxx,v $ - * $Revision: 1.34 $ + * $Revision: 1.35 $ * * This file is part of OpenOffice.org. * @@ -150,6 +150,11 @@ const Reference< XNameContainer >& FmFormPageImpl::getForms( bool _bForceCreate ); DBG_ASSERT( m_xForms.is(), "FmFormPageImpl::getForms: could not create a forms collection!" ); + if ( m_aFormsCreationHdl.IsSet() ) + { + m_aFormsCreationHdl.Call( this ); + } + FmFormModel* pFormsModel = pPage ? PTR_CAST( FmFormModel, pPage->GetModel() ) : NULL; // give the newly created collection a place in the universe |