summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-12-18 12:08:37 +0000
committerFrank Schönheit <fs@openoffice.org>2002-12-18 12:08:37 +0000
commit441f0fcff1c04ced77466f3117432758a8fc4f52 (patch)
tree554db016752dc7361e20108ea378f248983f1480 /offapi
parent#104563#added osl_searchPath (diff)
downloadcore-441f0fcff1c04ced77466f3117432758a8fc4f52.tar.gz
core-441f0fcff1c04ced77466f3117432758a8fc4f52.zip
#105668# removed the property TabStop - does not make any sense for a fixed text, and came (wrongly) into this service with the original IDL review (1.4.16.2)
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedTextModel.idl10
1 files changed, 2 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
index 3959188f7528..e31ab5f8e152 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlFixedTextModel.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:00:49 $
+ * last change: $Author: fs $ $Date: 2002-12-18 13:08:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,12 +170,6 @@ service UnoControlFixedTextModel
//-------------------------------------------------------------------------
- /** specifies that the control can be reached with the TAB key.
- */
- [property] boolean Tabstop;
-
- //-------------------------------------------------------------------------
-
/** specifies the text color (RGB) of the control.
*/
[property] long TextColor;