diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:30:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:30:48 +0000 |
commit | 8183d301eca5c38b5bd59ccee8fd3d8df8b7368f (patch) | |
tree | 0008165a5ddb77caa8cc2f28ae4bd36370ebab2e /svx | |
parent | 490549f39402bc62017d9dd0487a26ea91c2d3fe (diff) |
INTEGRATION: CWS sfxcleanup (1.13.300); FILE MERGED
2006/03/02 09:24:38 mba 1.13.300.1: #132394#: remove superfluous code
Diffstat (limited to 'svx')
-rw-r--r-- | svx/sdi/fmslots.sdi | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/svx/sdi/fmslots.sdi b/svx/sdi/fmslots.sdi index 77eb9dc5e82b..0ef12559f3cc 100644 --- a/svx/sdi/fmslots.sdi +++ b/svx/sdi/fmslots.sdi @@ -4,9 +4,9 @@ * * $RCSfile: fmslots.sdi,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:10:17 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:30:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,7 @@ * ************************************************************************/ -interface Form : Object +interface Form [ uuid = "F38D29A3-9EDA-11d1-AAF5-00A0248A7FBC" ] @@ -42,7 +42,6 @@ interface Form : Object [ ExecMethod = Execute ; StateMethod = GetState ; - Export = FALSE ; ] SID_FM_PUSHBUTTON [ @@ -541,17 +540,6 @@ interface FormTextAttributeShell ExecMethod = ExecuteTextAttribute; StateMethod = GetTextAttributeState; ] -/* SID_TEXTDIRECTION_LEFT_TO_RIGHT - [ - ExecMethod = ExecuteTextAttribute; - StateMethod = GetTextAttributeState; - ] - SID_TEXTDIRECTION_TOP_TO_BOTTOM - [ - ExecMethod = ExecuteTextAttribute; - StateMethod = GetTextAttributeState; - ] -*/ SID_ATTR_PARA_LEFT_TO_RIGHT [ ExecMethod = ExecuteTextAttribute; |