diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:23:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:23:29 +0000 |
commit | 9d1032b6759c4f0315bb9a305ea85bda63bbc7b4 (patch) | |
tree | 8afaf2ade8d7559460856d67cf265baffccd5247 /svx/source/form/fmobjfac.cxx | |
parent | ddd3a3816c807c9f4d490a33245f384f883f99ef (diff) |
INTEGRATION: CWS eforms2 (1.11.16); FILE MERGED
2004/06/25 14:26:12 dvo 1.11.16.2: RESYNC: (1.11-1.12); FILE MERGED
2004/06/09 13:34:32 pb 1.11.16.1: fix: #114856# the new xforms data navigator
Diffstat (limited to 'svx/source/form/fmobjfac.cxx')
-rw-r--r-- | svx/source/form/fmobjfac.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/form/fmobjfac.cxx b/svx/source/form/fmobjfac.cxx index 12c246aca8b4..ad8fef8a3d77 100644 --- a/svx/source/form/fmobjfac.cxx +++ b/svx/source/form/fmobjfac.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmobjfac.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2004-04-13 10:58:14 $ + * last change: $Author: obo $ $Date: 2004-11-16 11:23:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,6 +143,10 @@ #include "fmPropBrw.hxx" #endif +#ifndef _SVX_DATANAVI_HXX +#include "datanavi.hxx" +#endif + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::svxform; @@ -175,6 +179,7 @@ FmFormObjFactory::FmFormObjFactory() FmFieldWinMgr::RegisterChildWindow(); FmPropBrwMgr::RegisterChildWindow(); NavigatorFrameManager::RegisterChildWindow(); + DataNavigatorManager::RegisterChildWindow(); FmFilterNavigatorWinMgr::RegisterChildWindow(); ////////////////////////////////////////////////////////////////////// |