INTEGRATION: CWS dba23a (1.16.58); FILE MERGED

2007/03/14 14:44:52 fs 1.16.58.1: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm
This commit is contained in:
Kurt Zenker 2007-05-10 08:59:17 +00:00
parent 24c1fd54e7
commit 0895d4c26e

View file

@ -4,9 +4,9 @@
*
* $RCSfile: property.cxx,v $
*
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* last change: $Author: obo $ $Date: 2006-09-16 23:58:19 $
* last change: $Author: kz $ $Date: 2007-05-10 09:59:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -94,7 +94,7 @@ sal_Int32 PropertyInfoService::getPropertyId(const ::rtl::OUString& _rName)
}
//------------------------------------------------------------------
sal_Int32 ConcretInfoService::getPreferedPropertyId(const ::rtl::OUString& _rName)
sal_Int32 ConcreteInfoService::getPreferedPropertyId(const ::rtl::OUString& _rName)
{
return PropertyInfoService::getPropertyId(_rName);
}