diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-05-02 14:17:00 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-05-02 14:17:00 +0000 |
commit | ec1c954aa94e8cda30826cb26eabd1f352d66a16 (patch) | |
tree | e9927191ba2d49efd1a5bc553c4178c466e05bc1 /sw/sdi/wviewsh.sdi | |
parent | 56b4f52e411a01dec02aa09f3e772ac49f1c4a60 (diff) |
INTEGRATION: CWS sfxcleanup (1.7.244); FILE MERGED
2006/03/02 09:26:53 mba 1.7.244.1: #132394#: remove superfluous code
Diffstat (limited to 'sw/sdi/wviewsh.sdi')
-rw-r--r-- | sw/sdi/wviewsh.sdi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/sdi/wviewsh.sdi b/sw/sdi/wviewsh.sdi index 1da596d87c..45692fc7d7 100644 --- a/sw/sdi/wviewsh.sdi +++ b/sw/sdi/wviewsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: wviewsh.sdi,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:44:55 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:17:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,14 +33,14 @@ * ************************************************************************/ -interface WebTextInTable : Selection +interface WebTextInTable [ uuid = "B47F0DE7-1E1F-11d1-89CA-008029E4B0B1" ] { import WebText; import WebTable; } -interface WebListInTable : Selection +interface WebListInTable [ uuid="B47F0DE8-1E1F-11d1-89CA-008029E4B0B1" ] { import WebText; @@ -48,7 +48,7 @@ interface WebListInTable : Selection import WebTable; } -interface WebListInText : Selection +interface WebListInText [ uuid = "B47F0DE9-1E1F-11d1-89CA-008029E4B0B1"] { import WebList; |