migrated from unotools to comphelper
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user