diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:38:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 09:38:11 +0000 |
commit | ba1a1529b3de11d2c446d50b6cfa6d58e044efa1 (patch) | |
tree | 8ecba42c1431882c2ca1f28e3e607361154bc5be /forms/source/component/GroupManager.cxx | |
parent | 9e2eb9787fa801da287c64dfa02750b8109872f7 (diff) |
INTEGRATION: CWS eforms2 (1.12.14); FILE MERGED
2004/08/19 10:59:23 fs 1.12.14.1: removed some obsolete stuff during #i28195#
Diffstat (limited to 'forms/source/component/GroupManager.cxx')
-rw-r--r-- | forms/source/component/GroupManager.cxx | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx index e57ef5617688..a30760e0352f 100644 --- a/forms/source/component/GroupManager.cxx +++ b/forms/source/component/GroupManager.cxx @@ -2,9 +2,9 @@ * * $RCSfile: GroupManager.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2004-03-19 11:53:06 $ + * last change: $Author: obo $ $Date: 2004-11-16 10:38:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,9 +62,6 @@ #ifndef _FRM_GROUPMANAGER_HXX_ #include "GroupManager.hxx" #endif -#ifndef _FRM_DATABASEFORM_HXX_ -#include "DatabaseForm.hxx" -#endif #ifndef _COM_SUN_STAR_BEANS_XFASTPROPERTYSET_HPP_ #include <com/sun/star/beans/XFastPropertySet.hpp> @@ -95,16 +92,12 @@ namespace frm //......................................................................... using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::sdb; using namespace ::com::sun::star::sdbc; -using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::container; using namespace ::com::sun::star::form; using namespace ::com::sun::star::awt; -using namespace ::com::sun::star::io; using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::util; using namespace ::com::sun::star::form; namespace @@ -323,7 +316,7 @@ Sequence< Reference<XControlModel> > OGroup::GetControlModels() const DBG_NAME(OGroupManager); //------------------------------------------------------------------ OGroupManager::OGroupManager(const Reference< XContainer >& _rxContainer) - :m_pCompGroup(new OGroup(ALL_COMPONENTS_GROUP_NAME)) + :m_pCompGroup( new OGroup( ::rtl::OUString::createFromAscii( "AllComponentGroup" ) ) ) ,m_xContainer(_rxContainer) { DBG_CTOR(OGroupManager,NULL); |