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:
parent
e5cc9d5435
commit
2f88285f4e
1 changed files with 5 additions and 2 deletions
|
@ -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* );
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue