diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-04-04 11:46:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-04-04 11:46:42 +0000 |
commit | 05599483059b3702cbf7f257ced17281c780c54f (patch) | |
tree | ca90831606a3cf34ebd81454010477f2b5363773 /offapi | |
parent | f41afc3d842c3251bd1dd440ebf52127f5519c9d (diff) |
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
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/Settings.idl | 6 |
1 files changed, 3 insertions, 3 deletions
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 //------------------------------------------------------------------------- |