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#
This commit is contained in:
Oliver Bolte
2004-11-16 09:38:11 +00:00
parent 9e2eb9787f
commit ba1a1529b3

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: GroupManager.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -62,9 +62,6 @@
#ifndef _FRM_GROUPMANAGER_HXX_ #ifndef _FRM_GROUPMANAGER_HXX_
#include "GroupManager.hxx" #include "GroupManager.hxx"
#endif #endif
#ifndef _FRM_DATABASEFORM_HXX_
#include "DatabaseForm.hxx"
#endif
#ifndef _COM_SUN_STAR_BEANS_XFASTPROPERTYSET_HPP_ #ifndef _COM_SUN_STAR_BEANS_XFASTPROPERTYSET_HPP_
#include <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::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::beans; using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container; using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form; using namespace ::com::sun::star::form;
using namespace ::com::sun::star::awt; using namespace ::com::sun::star::awt;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::form; using namespace ::com::sun::star::form;
namespace namespace
@@ -323,7 +316,7 @@ Sequence< Reference<XControlModel> > OGroup::GetControlModels() const
DBG_NAME(OGroupManager); DBG_NAME(OGroupManager);
//------------------------------------------------------------------ //------------------------------------------------------------------
OGroupManager::OGroupManager(const Reference< XContainer >& _rxContainer) 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) ,m_xContainer(_rxContainer)
{ {
DBG_CTOR(OGroupManager,NULL); DBG_CTOR(OGroupManager,NULL);