diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:38:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 14:38:03 +0000 |
commit | 3a849267d7c4973ee4750311aebf30efbe91ade2 (patch) | |
tree | f8c48d6dd6b4186506a329f8e576220855afa528 /starmath/sdi/smslots.sdi | |
parent | bfff272e17915bdd8a9be0ed4eb0add2e2ed64d8 (diff) |
INTEGRATION: CWS sfxcleanup (1.7.66); FILE MERGED
2006/03/02 09:29:10 mba 1.7.66.1: #132394#: remove superfluous code
Diffstat (limited to 'starmath/sdi/smslots.sdi')
-rw-r--r-- | starmath/sdi/smslots.sdi | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index f3116df4a44c..4433e7efb3f0 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -4,9 +4,9 @@ * * $RCSfile: smslots.sdi,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-07 15:03:16 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:38:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ StarMath ] { include "smath.sdi" - interface StarMath : Module + interface StarMath [ uuid ( "92B0FD20-2FC1-11CF-89CA-008029E4B0B1" ) ] @@ -56,7 +56,6 @@ StarMath SID_CONFIGEVENT //idlpp ole : no , status : no [ StateMethod = GetState ; - Export = FALSE ; ] } @@ -73,7 +72,6 @@ interface FormulaDocument : OfficeDocument SID_DOCTEMPLATE //idlpp ole : no , status : no [ StateMethod = GetState ; - Export = FALSE ; ] SID_SYMBOLS_CATALOGUE //idlpp ole : no , status : no [ @@ -106,7 +104,6 @@ interface FormulaDocument : OfficeDocument [ ExecMethod = Execute ; StateMethod = GetState ; - Export = FALSE ; ] SID_FONT //idlpp ole : no , status : no [ @@ -265,25 +262,21 @@ interface FormulaView : View [ ExecMethod = Execute ; StateMethod = GetState ; - Volatile; ] SID_COPY //idlpp ole : no , status : no [ ExecMethod = Execute ; StateMethod = GetState ; - Volatile; ] SID_PASTE //idlpp ole : no , status : no [ ExecMethod = Execute ; StateMethod = GetState ; - Volatile; ] SID_DELETE //idlpp ole : no , status : no [ ExecMethod = Execute ; StateMethod = GetState ; - Volatile; ] SID_SELECT //idlpp ole : no , status : no [ @@ -307,7 +300,6 @@ interface FormulaView : View [ ExecMethod = Execute ; StateMethod = GetState ; - Export = FALSE ; ] //idlpp kein Menueeintrag , also keine Texte SID_TEXTSTATUS //idlpp ole : no , status : no |