diff options
Diffstat (limited to 'svx/sdi')
-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; |