From 05599483059b3702cbf7f257ced17281c780c54f Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 4 Apr 2005 11:46:42 +0000 Subject: INTEGRATION: CWS tl10 (1.6.182); FILE MERGED 2005/02/18 13:33:15 tl 1.6.182.1: #i42890# ForbiddenCharacters no longer read-only in IDL --- offapi/com/sun/star/document/Settings.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun/star/document/Settings.idl') diff --git a/offapi/com/sun/star/document/Settings.idl b/offapi/com/sun/star/document/Settings.idl index 4980e05026a2..f9c8bb536d31 100644 --- a/offapi/com/sun/star/document/Settings.idl +++ b/offapi/com/sun/star/document/Settings.idl @@ -2,9 +2,9 @@ * * $RCSfile: Settings.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-03 18:45:55 $ + * last change: $Author: hr $ $Date: 2005-04-04 12:46:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,7 +106,7 @@ published service Settings interface to allow retreival and modification of the forbidden characters set. */ - [optional, readonly, property] com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters; + [optional, property] com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters; // Writer and Calc //------------------------------------------------------------------------- -- cgit