diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-05-08 06:10:56 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-05-08 06:10:56 +0000 |
commit | a3b03e7ff32d4b9c42d86e34c3ae7a0aee4ea952 (patch) | |
tree | b27b2c6cdbb5c6750ca3a3db1a7a4e1e02e4d691 /svx/source/form/fmobjfac.cxx | |
parent | 9e09c260a90fd10151b3d7e8fed2f84f39f6c0ac (diff) |
in preparation of #98725#: renamed the form navigator classes
Diffstat (limited to 'svx/source/form/fmobjfac.cxx')
-rw-r--r-- | svx/source/form/fmobjfac.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/fmobjfac.cxx b/svx/source/form/fmobjfac.cxx index 228f43900e3a..cc4266854e53 100644 --- a/svx/source/form/fmobjfac.cxx +++ b/svx/source/form/fmobjfac.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmobjfac.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: fs $ $Date: 2001-12-10 06:07:33 $ + * last change: $Author: fs $ $Date: 2002-05-08 07:08:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -170,7 +170,7 @@ FmFormObjFactory::FmFormObjFactory() // Registrieung von globalen fenstern FmFieldWinMgr::RegisterChildWindow(); FmPropBrwMgr::RegisterChildWindow(); - FmExplorerWinMgr::RegisterChildWindow(); + NavigatorFrameManager::RegisterChildWindow(); FmFilterNavigatorWinMgr::RegisterChildWindow(); ////////////////////////////////////////////////////////////////////// |