diff options
-rw-r--r-- | sw/sdi/_textsh.sdi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 071cec2917c6..56def081c3f0 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _textsh.sdi,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: os $ $Date: 2002-11-27 08:10:40 $ + * last change: $Author: hr $ $Date: 2003-04-04 16:38:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1430,6 +1430,11 @@ interface BaseText : Selection ExecMethod = Execute ; StateMethod = GetState ; ] + SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] } //ende interface text |