summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 12:23:08 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 12:23:08 +0000
commita693e2de50db5df6db49d833ca26305ee263c874 (patch)
tree70672d104799a1da0ad86e6f26449efa86540527 /forms/source/component/Date.cxx
parent820b3c2b271566dfb388e22b8daf5e6e3cd61433 (diff)
INTEGRATION: CWS hb02 (1.24.28); FILE MERGED
2007/02/01 12:09:36 fs 1.24.28.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:25 fs 1.24.28.1: changed handling of properties in the course of #i74051#
Diffstat (limited to 'forms/source/component/Date.cxx')
-rw-r--r--forms/source/component/Date.cxx21
1 files changed, 3 insertions, 18 deletions
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index e87bcaec23d0..224a3ce57f0e 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Date.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2006-11-21 17:40:26 $
+ * last change: $Author: obo $ $Date: 2007-03-09 13:23:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -197,16 +197,7 @@ StringSequence SAL_CALL ODateModel::getSupportedServiceNames() throw()
// XPropertySet
//------------------------------------------------------------------------------
-Reference<XPropertySetInfo> SAL_CALL ODateModel::getPropertySetInfo() throw( RuntimeException )
-{
- Reference<XPropertySetInfo> xInfo( createPropertySetInfo( getInfoHelper() ) );
- return xInfo;
-}
-
-//------------------------------------------------------------------------------
-void ODateModel::fillProperties(
- Sequence< Property >& _rProps,
- Sequence< Property >& _rAggregateProps ) const
+void ODateModel::describeFixedProperties( Sequence< Property >& _rProps ) const
{
BEGIN_DESCRIBE_PROPERTIES( 4, OEditBaseModel )
DECL_PROP3(DEFAULT_DATE, sal_Int32, BOUND, MAYBEDEFAULT, MAYBEVOID);
@@ -217,12 +208,6 @@ void ODateModel::fillProperties(
}
//------------------------------------------------------------------------------
-::cppu::IPropertyArrayHelper& ODateModel::getInfoHelper()
-{
- return *const_cast<ODateModel*>(this)->getArrayHelper();
-}
-
-//------------------------------------------------------------------------------
void SAL_CALL ODateModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const
{
switch (_nHandle)