From 2f88285f4e09cf2bb0f0e8f52531e1535c954e86 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 09:50:51 +0000 Subject: [PATCH] INTEGRATION: CWS dba23a (1.5.206); FILE MERGED 2007/03/01 14:12:42 fs 1.5.206.1: #i74061# read-only-ness also for non-standard controls --- extensions/source/propctrlr/usercontrol.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extensions/source/propctrlr/usercontrol.hxx b/extensions/source/propctrlr/usercontrol.hxx index c87fd3f82b1c..bdb04421dfd6 100644 --- a/extensions/source/propctrlr/usercontrol.hxx +++ b/extensions/source/propctrlr/usercontrol.hxx @@ -4,9 +4,9 @@ * * $RCSfile: usercontrol.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:34:36 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:50:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -162,6 +162,9 @@ namespace pcr OTimeDurationControl( ::Window* pParent, WinBits nWinStyle ); ~OTimeDurationControl(); + // XPropertyControl + ::sal_Int16 SAL_CALL getControlType() throw (::com::sun::star::uno::RuntimeException); + private: DECL_LINK( OnCustomConvert, MetricField* ); };