migrated from unotools to comphelper

This commit is contained in:
Frank Schönheit
2000-10-19 10:52:20 +00:00
parent 6801d3a45d
commit cdbcbba768
43 changed files with 324 additions and 314 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: FormComponent.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 16:29:05 $
* last change: $Author: fs $ $Date: 2000-10-19 11:52:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,11 +93,11 @@
#include <com/sun/star/sdbc/ColumnValue.hpp>
#endif
#ifndef _UTL_PROPERTY_HXX_
#include <unotools/property.hxx>
#ifndef _COMPHELPER_PROPERTY_HXX_
#include <comphelper/property.hxx>
#endif
#ifndef _UTL_UNO3_DB_TOOLS_HXX_
#include <unotools/dbtools.hxx>
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
#include <connectivity/dbtools.hxx>
#endif
#ifndef _FRM_PROPERTY_HRC_
#include "property.hrc"
@@ -106,6 +106,8 @@
#include "services.hxx"
#endif
using namespace dbtools;
//... namespace frm .......................................................
namespace frm
{