From 442cbc92943563a26547bb01bbc2f2bc477c0336 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 19:05:18 +0000 Subject: [PATCH] INTEGRATION: CWS sb18 (1.6.328); FILE MERGED 2004/05/21 14:58:54 sb 1.6.328.1: #i21150# Added published flag. --- offapi/com/sun/star/form/control/TextField.idl | 6 +++--- offapi/com/sun/star/form/control/TimeField.idl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/offapi/com/sun/star/form/control/TextField.idl b/offapi/com/sun/star/form/control/TextField.idl index 6826ba5ca25e..ffeab01b1148 100644 --- a/offapi/com/sun/star/form/control/TextField.idl +++ b/offapi/com/sun/star/form/control/TextField.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextField.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:54:21 $ + * last change: $Author: obo $ $Date: 2004-06-03 20:05:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,7 @@ @see com::sun::star::awt::UnoControl @see com::sun::star::awt::UnoControlModel */ -service TextField +published service TextField { service com::sun::star::awt::UnoControlEdit; diff --git a/offapi/com/sun/star/form/control/TimeField.idl b/offapi/com/sun/star/form/control/TimeField.idl index df090c006b8c..9112d0975d55 100644 --- a/offapi/com/sun/star/form/control/TimeField.idl +++ b/offapi/com/sun/star/form/control/TimeField.idl @@ -2,9 +2,9 @@ * * $RCSfile: TimeField.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:54:21 $ + * last change: $Author: obo $ $Date: 2004-06-03 20:05:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ @see com::sun::star::awt::UnoControl @see com::sun::star::awt::UnoControlModel */ -service TimeField +published service TimeField { service com::sun::star::awt::UnoControlTimeField;