diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 08:59:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 08:59:17 +0000 |
commit | 0895d4c26ee9be2cf593c7bf855560db72d4bd46 (patch) | |
tree | 2ffd028553517f7b5215356dcf680abccb38d388 /forms | |
parent | 24c1fd54e718951370b2aecf6835521fdfada1d8 (diff) |
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
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/misc/property.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/misc/property.cxx b/forms/source/misc/property.cxx index 804c8b38e54f..56b92675a8d9 100644 --- a/forms/source/misc/property.cxx +++ b/forms/source/misc/property.cxx @@ -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); } |