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
This commit is contained in:
Kurt Zenker 2007-05-10 09:50:51 +00:00
parent e5cc9d5435
commit 2f88285f4e

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: usercontrol.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -162,6 +162,9 @@ namespace pcr
OTimeDurationControl( ::Window* pParent, WinBits nWinStyle ); OTimeDurationControl( ::Window* pParent, WinBits nWinStyle );
~OTimeDurationControl(); ~OTimeDurationControl();
// XPropertyControl
::sal_Int16 SAL_CALL getControlType() throw (::com::sun::star::uno::RuntimeException);
private: private:
DECL_LINK( OnCustomConvert, MetricField* ); DECL_LINK( OnCustomConvert, MetricField* );
}; };