This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 4a1c44b4e6 Cleanup
4a1c44b4e6 is described below

commit 4a1c44b4e621808bf131d739c5a480bddb16a590
Author: mseidel <[email protected]>
AuthorDate: Tue Oct 28 16:03:37 2025 +0100

    Cleanup
    
    (cherry picked from commit aa777e6c98a7b8dcc61600b745eaf43ceaf23437)
---
 main/basctl/sdi/baside.sdi    | 151 ++++++++++++++++----------------
 main/basctl/sdi/basslots.hrc  |   2 -
 main/basctl/sdi/basslots.sdi  |  22 ++---
 main/sc/sdi/auditsh.sdi       |   9 +-
 main/sc/sdi/chartsh.sdi       |  10 +--
 main/sc/sdi/drformsh.sdi      |  10 +--
 main/sd/sdi/mediaob.sdi       |  12 +--
 main/starmath/sdi/smslots.sdi | 199 +++++++++++++++++++++---------------------
 main/sw/sdi/_annotsh.sdi      | 136 ++++++++++++++---------------
 main/sw/sdi/_olesh.sdi        |  14 ++-
 10 files changed, 271 insertions(+), 294 deletions(-)

diff --git a/main/basctl/sdi/baside.sdi b/main/basctl/sdi/baside.sdi
index a08c3423a4..d31a0fb413 100644
--- a/main/basctl/sdi/baside.sdi
+++ b/main/basctl/sdi/baside.sdi
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 interface BasicIDEView
 [
        uuid = "D88DF7A2-EE63-11d0-89CA-008029E4B0B1";
@@ -37,91 +35,91 @@ shell BasicIDEShell
        // ========================================================
        SID_BASICIDE_HIDECURPAGE
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_DELETECURRENT
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_RENAMECURRENT
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_CUT
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_COPY
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_PASTE
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_UNDO
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_REDO
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_DELETE
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_BACKSPACE
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_SEARCH_OPTIONS
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_SELECTALL
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        SID_SEARCH_ITEM
        [
-               ExecMethod      = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        FID_SEARCH_NOW
        [
-               ExecMethod  = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
        FID_SEARCH_OFF
        [
-               ExecMethod  = ExecuteCurrent;
+               ExecMethod = ExecuteCurrent;
                StateMethod = GetState;
        ]
 
@@ -135,181 +133,181 @@ shell BasicIDEShell
 
        SID_BASICIDE_LIBSELECTED
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_LIBLOADED
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_LIBREMOVED
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_SBXDELETED
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_SBXINSERTED
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_SBXRENAMED
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_SHOWSBX
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_NEWWINDOW
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_DOCINFO
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_SAVEDOC
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_SIGNATURE
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_SAVEASDOC
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        // Ab hier normal...
        SID_BASICIDE_CHOOSEMACRO
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_MODULEDLG
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_OBJCAT
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_CREATEMACRO
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_EDITMACRO
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_NAMECHANGEDONTAB
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_STOREMODULESOURCE
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_STOREALLMODULESOURCES
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_UPDATEMODULESOURCE
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_UPDATEALLMODULESOURCES
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICSTOP
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_NEWMODULE
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_NEWJAVAMODULE
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_NEWDIALOG
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_SHOW_PROPERTYBROWSER
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_SHOWWINDOW
        [
-               ExecMethod      = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
        ]
 
        SID_BASICIDE_MANAGE_LANG
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_CURRENT_LANG
        [
-               ExecMethod  = ExecuteGlobal;
+               ExecMethod = ExecuteGlobal;
                StateMethod = GetState;
        ]
 
@@ -318,85 +316,85 @@ shell BasicIDEShell
        // ========================================================
        SID_BASICRUN
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICCOMPILE
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICLOAD
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICSAVEAS
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
-       
+
        SID_BASICIDE_MATCHGROUP
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICSTEPINTO
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICSTEPOVER
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICSTEPOUT
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_TOGGLEBRKPNT
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_MANAGEBRKPNTS
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_TOGGLEBRKPNTENABLED
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_ADDWATCH
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_REMOVEWATCH
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
        SID_BASICIDE_BRKPNTSCHANGED
        [
-               ExecMethod      = ExecuteBasic;
+               ExecMethod = ExecuteBasic;
                StateMethod = GetState;
        ]
 
@@ -405,26 +403,26 @@ shell BasicIDEShell
        // ========================================================
        SID_CHOOSE_CONTROLS
        [
-               ExecMethod              = ExecuteDialog;
-               StateMethod     = GetState;
+               ExecMethod = ExecuteDialog;
+               StateMethod = GetState;
        ]
 
        SID_EXPORT_DIALOG
        [
-               ExecMethod              = ExecuteDialog;
-               StateMethod     = GetState;
+               ExecMethod = ExecuteDialog;
+               StateMethod = GetState;
        ]
-       
+
        SID_IMPORT_DIALOG
        [
-               ExecMethod              = ExecuteDialog;
-               StateMethod     = GetState;
+               ExecMethod = ExecuteDialog;
+               StateMethod = GetState;
        ]
-       
+
        SID_DIALOG_TESTMODE
        [
-               ExecMethod              = ExecuteDialog;
-               StateMethod     = GetState;
+               ExecMethod = ExecuteDialog;
+               StateMethod = GetState;
        ]
 
        SID_BASICIDE_STAT_POS
@@ -469,4 +467,3 @@ shell BasicDocShell
 {
        import BasicIDEDocument [Automation];
 }
-
diff --git a/main/basctl/sdi/basslots.hrc b/main/basctl/sdi/basslots.hrc
index 5105356707..26a1c8a94a 100644
--- a/main/basctl/sdi/basslots.hrc
+++ b/main/basctl/sdi/basslots.hrc
@@ -19,7 +19,5 @@
  *
  *************************************************************/
 
-
-
 #include <svx/svxids.hrc>
 #include <editeng/memberids.hrc>
diff --git a/main/basctl/sdi/basslots.sdi b/main/basctl/sdi/basslots.sdi
index 7157080704..cbb3e1cb0a 100644
--- a/main/basctl/sdi/basslots.sdi
+++ b/main/basctl/sdi/basslots.sdi
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 module
 "6706E0E7-FB05-101B-804c-04021c007002"
 "6806E0E7-FB05-101B-804c-04021c007002"
@@ -31,13 +29,11 @@ SlotIdFile( "basslots.hrc" )
 ]
 {
        
//=========================================================================
-    include "sfx2/sfxitems.sdi"
-    include "sfx2/sfx.sdi"
-    include "svx/svxitems.sdi"
-    include "svx/xoitems.sdi"
-    include "svx/svx.sdi"
+       include "sfx2/sfxitems.sdi"
+       include "sfx2/sfx.sdi"
+       include "svx/svxitems.sdi"
+       include "svx/xoitems.sdi"
+       include "svx/svx.sdi"
 
        include "baside.sdi"
-
 }
-
diff --git a/main/sc/sdi/auditsh.sdi b/main/sc/sdi/auditsh.sdi
index 21f01e0d26..6c634979cd 100644
--- a/main/sc/sdi/auditsh.sdi
+++ b/main/sc/sdi/auditsh.sdi
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
 interface Auditing
 {
        SID_FILL_ADD_PRED       [ ExecMethod = Execute; StateMethod = GetState; 
]
diff --git a/main/sc/sdi/chartsh.sdi b/main/sc/sdi/chartsh.sdi
index 651de9f17a..fe3ddca167 100644
--- a/main/sc/sdi/chartsh.sdi
+++ b/main/sc/sdi/chartsh.sdi
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
- 
-
  // ===========================================================================
 shell ScChartShell : ScDrawShell
 {
diff --git a/main/sc/sdi/drformsh.sdi b/main/sc/sdi/drformsh.sdi
index 22fb910ea5..55aaebf6ce 100644
--- a/main/sc/sdi/drformsh.sdi
+++ b/main/sc/sdi/drformsh.sdi
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
- 
-
  // ===========================================================================
 shell ScDrawFormShell : ScDrawShell
 {
diff --git a/main/sd/sdi/mediaob.sdi b/main/sd/sdi/mediaob.sdi
index 003882dafd..05cb717fd4 100644
--- a/main/sd/sdi/mediaob.sdi
+++ b/main/sd/sdi/mediaob.sdi
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,23 +7,23 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 shell MediaObjectBar
 {
        SID_AVMEDIA_TOOLBOX
        [
-               ExecMethod = Execute;
-               StateMethod = GetState;
+               ExecMethod = Execute ;
+               StateMethod = GetState ;
        ]
 }
diff --git a/main/starmath/sdi/smslots.sdi b/main/starmath/sdi/smslots.sdi
index c4c7da21fa..f52c0421ab 100644
--- a/main/starmath/sdi/smslots.sdi
+++ b/main/starmath/sdi/smslots.sdi
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 module
 "312C4240-35E7-101C-B12A-04021C007002"
 "58216740-35E7-101C-B12A-04021C007002"
@@ -33,18 +31,18 @@ StarMath
        SlotIdFile ( "svx/svxids.hrc" )
 ]
 {
-    include "sfx2/sfxitems.sdi"
-    include "sfx2/sfx.sdi"
-    include "svx/svxitems.sdi"
-    include "svx/xoitems.sdi"
-    include "svx/svx.sdi"
+       include "sfx2/sfxitems.sdi"
+       include "sfx2/sfx.sdi"
+       include "svx/svxitems.sdi"
+       include "svx/xoitems.sdi"
+       include "svx/svx.sdi"
        include "smath.sdi"
-    interface StarMath
+       interface StarMath
        [
                uuid ( "92B0FD20-2FC1-11CF-89CA-008029E4B0B1" )
        ]
        {
-       SID_CONFIGEVENT //idlpp ole : no , status : no
+       SID_CONFIGEVENT // idlpp ole : no , status : no
        [
                StateMethod = GetState ;
        ]
@@ -60,86 +58,86 @@ interface FormulaDocument
        uuid ( "815CBB20-2FC3-11CF-89CA-008029E4B0B1" )
 ]
 {
-       SID_DOCTEMPLATE //idlpp ole : no , status : no
+       SID_DOCTEMPLATE // idlpp ole : no , status : no
        [
                StateMethod = GetState ;
        ]
-       SID_AUTO_REDRAW //idlpp ole : no , status : no
+       SID_AUTO_REDRAW // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menuepunkt , also keine Texte
-       SID_LOADSYMBOLS //idlpp ole : no , status : no
+       // idlpp kein Menüpunkt , also keine Texte
+       SID_LOADSYMBOLS // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menuepunkt , also keine Texte
-       SID_SAVESYMBOLS //idlpp ole : no , status : no
+       // idlpp kein Menüpunkt , also keine Texte
+       SID_SAVESYMBOLS // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_FONT //idlpp ole : no , status : no
+       SID_FONT // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_FONTSIZE //idlpp ole : no , status : no
+       SID_FONTSIZE // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_DISTANCE //idlpp ole : no , status : no
+       SID_DISTANCE // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_ALIGN //idlpp ole : no , status : no
+       SID_ALIGN // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_TEXTMODE //idlpp ole : no , status : no
+       SID_TEXTMODE // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_MODIFYSTATUS //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_MODIFYSTATUS // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_TEXT //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_TEXT // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-        SID_GAPHIC_SM //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+               SID_GAPHIC_SM // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
 
-       SID_UNDO //idlpp ole : no , status : no
+       SID_UNDO // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_REDO //idlpp ole : no , status : no
+       SID_REDO // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_GETUNDOSTRINGS //idlpp ole : no , status : no
+       SID_GETUNDOSTRINGS // idlpp ole : no , status : no
        [
                StateMethod = GetState ;
        ]
-       SID_GETREDOSTRINGS //idlpp ole : no , status : no
+       SID_GETREDOSTRINGS // idlpp ole : no , status : no
        [
                StateMethod = GetState ;
        ]
@@ -161,168 +159,168 @@ interface FormulaView
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_NEXTERR //idlpp ole : no , status : no
+       SID_NEXTERR // idlpp ole : no , status : no
+       [
+               ExecMethod = Execute ;
+               StateMethod = GetState ;
+       ]
+       SID_PREVERR // idlpp ole : no , status : no
+       [
+               ExecMethod = Execute ;
+               StateMethod = GetState ;
+       ]
+       SID_NEXTMARK // idlpp ole : no , status : no
+       [
+               ExecMethod = Execute ;
+               StateMethod = GetState ;
+       ]
+       SID_PREVMARK // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_PREVERR //idlpp ole : no , status : no
+       SID_VIEW050 // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_NEXTMARK //idlpp ole : no , status : no
+       SID_VIEW100 // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_PREVMARK //idlpp ole : no , status : no
+       SID_VIEW200 // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_VIEW050 //idlpp ole : no , status : no
+       SID_ZOOMIN // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_VIEW100 //idlpp ole : no , status : no
+       SID_ZOOMOUT // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_VIEW200 //idlpp ole : no , status : no
+       SID_DRAW // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_ZOOMIN //idlpp ole : no , status : no
+       SID_ADJUST // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_ZOOMOUT //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_FITINWINDOW // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_DRAW //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_COPYOBJECT // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_ADJUST //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_PASTEOBJECT // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_FITINWINDOW //idlpp ole : no , status : no
+       SID_CUT // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-        //idlpp kein Menueeintrag , also keine Texte
-        SID_COPYOBJECT //idlpp ole : no , status : no
-        [
-                ExecMethod = Execute ;
-                StateMethod = GetState ;
-        ]
-        //idlpp kein Menueeintrag , also keine Texte
-        SID_PASTEOBJECT //idlpp ole : no , status : no
-        [
-                ExecMethod = Execute ;
-                StateMethod = GetState ;
-        ]
-       SID_CUT //idlpp ole : no , status : no
+       SID_COPY // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_COPY //idlpp ole : no , status : no
+       SID_PASTE // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_PASTE //idlpp ole : no , status : no
+       SID_DELETE // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_DELETE //idlpp ole : no , status : no
+       SID_SELECT // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       SID_SELECT //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_INSERTCOMMAND // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_INSERTCOMMAND //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_INSERTTEXT // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_INSERTTEXT //idlpp ole : no , status : no
+       SID_IMPORT_FORMULA // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
+               Export = FALSE ;
        ]
-    SID_IMPORT_FORMULA //idlpp ole : no , status : no
-    [
-        ExecMethod = Execute ;
-        StateMethod = GetState ;
-        Export = FALSE ;
-    ]
-    SID_IMPORT_MATHML_CLIPBOARD //idlpp ole : no , status : no
-    [
-        ExecMethod = Execute ;
-        StateMethod = GetState ;
-        Export = FALSE ;
-    ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_ATTR_ZOOM //idlpp ole : no , status : no
+       SID_IMPORT_MATHML_CLIPBOARD // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
+               Export = FALSE ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_TEXTSTATUS //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_ATTR_ZOOM // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_GETEDITTEXT //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_TEXTSTATUS // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_CMDBOXWINDOW //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_GETEDITTEXT // idlpp ole : no , status : no
+       [
+               ExecMethod = Execute ;
+               StateMethod = GetState ;
+       ]
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_CMDBOXWINDOW // idlpp ole : no , status : no
        [
                ExecMethod = NoExec ;
                StateMethod = NoState ;
        ]
-       //idlpp kein Menueeintrag , also keine Texte
-       SID_TOOLBOXWINDOW //idlpp ole : no , status : no
+       // idlpp kein Menüeintrag , also keine Texte
+       SID_TOOLBOXWINDOW // idlpp ole : no , status : no
        [
                ExecMethod = NoExec ;
                StateMethod = NoState ;
        ]
-        SID_TOOLBOX //idlpp ole : no , status : no
-        [
-                ExecMethod = Execute ;
-                StateMethod = GetState ;
-        ]
-        SID_SYMBOLS_CATALOGUE //idlpp ole : no , status : no
-        [
-                ExecMethod = Execute ;
-                StateMethod = GetState ;
-        ]
+       SID_TOOLBOX // idlpp ole : no , status : no
+       [
+               ExecMethod = Execute ;
+               StateMethod = GetState ;
+       ]
+       SID_SYMBOLS_CATALOGUE // idlpp ole : no , status : no
+       [
+               ExecMethod = Execute ;
+               StateMethod = GetState ;
+       ]
 }
 
 shell SmViewShell
@@ -331,4 +329,3 @@ shell SmViewShell
 }
 
 }
-
diff --git a/main/sw/sdi/_annotsh.sdi b/main/sw/sdi/_annotsh.sdi
index 817adcbd76..165746b06b 100644
--- a/main/sw/sdi/_annotsh.sdi
+++ b/main/sw/sdi/_annotsh.sdi
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,22 +7,20 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 interface _Annotation
-[ Automation = FALSE; ]
+[ Automation = FALSE ; ]
 {
        FN_DELETE_COMMENT
        [
@@ -61,10 +59,10 @@ interface _Annotation
        ]
 
        FN_POSTIT
-        [
-                ExecMethod = NoteExec ;
-                StateMethod = GetNoteState ;
-        ]
+       [
+               ExecMethod = NoteExec ;
+               StateMethod = GetNoteState ;
+       ]
 
        FN_REPLY
        [
@@ -76,11 +74,11 @@ interface _Annotation
                ExecMethod = NoteExec ;
        ]
 
-       SfxVoidItem Cut SID_CUT ( )  // api:
+       SfxVoidItem Cut SID_CUT ( ) // api:
        [
                ExecMethod = ExecClpbrd ;
                StateMethod = StateClpbrd ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_COPY // api:
@@ -89,28 +87,28 @@ interface _Annotation
                StateMethod = StateClpbrd ;
        ]
 
-       SID_PASTE   // api:
+       SID_PASTE // api:
        [
                ExecMethod = ExecClpbrd ;
                StateMethod = StateClpbrd ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
-    SID_PASTE_SPECIAL  // api:
+       SID_PASTE_SPECIAL // api:
        [
                StateMethod = StateClpbrd ;
                ExecMethod = ExecClpbrd ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
-       SID_CLIPBOARD_FORMAT_ITEMS  // status(final|play)
+       SID_CLIPBOARD_FORMAT_ITEMS // status(final|play)
        [
                StateMethod = StateClpbrd ;
                ExecMethod = ExecClpbrd ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
-       SID_SELECTALL  // api:
+       SID_SELECTALL // api:
        [
                ExecMethod = Exec ;
                StateMethod = NoState ;
@@ -121,7 +119,7 @@ interface _Annotation
                ExecMethod = ExecUndo ;
                StateMethod = StateUndo ;
 
-        ToolBoxConfig , MenuConfig , AccelConfig;
+               ToolBoxConfig , MenuConfig , AccelConfig ;
        ]
 
        SID_REDO // api:
@@ -146,11 +144,11 @@ interface _Annotation
                StateMethod = StateUndo ;
        ]
 
-       FN_FORMAT_RESET  // api:
+       FN_FORMAT_RESET // api:
        [
                ExecMethod = Exec ;
                StateMethod = NoState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        FN_FORMAT_FOOTNOTE_DLG // status()
@@ -158,17 +156,17 @@ interface _Annotation
                ExecMethod = Exec ;
        ]
 
-    SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
-    [
-        ExecMethod = Exec ;
-    ]
+       SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
+       [
+               ExecMethod = Exec ;
+       ]
 
-    FN_WORDCOUNT_DIALOG
-    [
-        ExecMethod = Exec;
-    ]
+       FN_WORDCOUNT_DIALOG
+       [
+               ExecMethod = Exec ;
+       ]
 
-       FN_NUMBERING_OUTLINE_DLG   // status(final|play)
+       FN_NUMBERING_OUTLINE_DLG // status(final|play)
        [
                ExecMethod = Exec ;
        ]
@@ -199,177 +197,177 @@ interface _Annotation
 
        FN_INSERT_STRING
        [
-                       ExecMethod = Exec ;
-                       StateMethod = NoState ;
-                       DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               ExecMethod = Exec ;
+               StateMethod = NoState ;
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_CHAR_FONT // status()
        [
                ExecMethod = Exec;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_CHAR_FONTHEIGHT // status()
        [
                ExecMethod = Exec;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
  
        SID_ATTR_CHAR_COLOR // api:
        [
                ExecMethod = Exec;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_CHAR_DLG_EFFECT
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
        
        SID_ATTR_CHAR_WEIGHT // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_CHAR_POSTURE // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_CHAR_UNDERLINE // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_CHAR_OVERLINE // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_CHAR_CONTOUR
        [
-               ExecMethod = Exec;
+               ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_CHAR_SHADOWED
        [
-               ExecMethod = Exec;
+               ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_CHAR_STRIKEOUT
        [
-               ExecMethod = Exec;
+               ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
        
        SID_ATTR_CHAR_LANGUAGE // status(final|play)
        [
-        ExecMethod = Execute ;
-        StateMethod = GetState ;
-        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               ExecMethod = Execute ;
+               StateMethod = GetState ;
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_PARA_ADJUST_LEFT // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_PARA_ADJUST_CENTER // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_PARA_ADJUST_RIGHT // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_PARA_ADJUST_BLOCK // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_PARA_LINESPACE_10 // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_PARA_LINESPACE_15 // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_ATTR_PARA_LINESPACE_20 // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
-       SID_CHAR_DLG  // api:
+       SID_CHAR_DLG // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_PARA_DLG // api:
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        FN_SET_SUPER_SCRIPT
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        FN_SET_SUB_SCRIPT
        [
                ExecMethod = Exec ;
                StateMethod = GetState ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
 
        SID_SEARCH_ITEM // status()
        [
                ExecMethod = ExecSearch ;
                StateMethod = StateSearch ;
-               Export = FALSE;
+               Export = FALSE ;
        ]
        FN_REPEAT_SEARCH // status(final|play)
        [
@@ -390,17 +388,17 @@ interface _Annotation
        FID_SEARCH_REPLACESET // status()
        [
                ExecMethod = ExecSearch ;
-               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+               DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR" ;
        ]
-         // ab hier Export = FALSE;
+       // ab hier Export = FALSE ;
        FID_SEARCH_ON // status()
        [
                ExecMethod = ExecSearch ;
-               Export = FALSE;
+               Export = FALSE ;
        ]
        FID_SEARCH_OFF // status()
        [
                ExecMethod = ExecSearch ;
-               Export = FALSE;
+               Export = FALSE ;
        ]
 } 
diff --git a/main/sw/sdi/_olesh.sdi b/main/sw/sdi/_olesh.sdi
index 6b754dc845..7626d1764d 100644
--- a/main/sw/sdi/_olesh.sdi
+++ b/main/sw/sdi/_olesh.sdi
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,25 +7,21 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 interface BaseTextOLEObject
 [
-       Automation = FALSE;
+       Automation = FALSE ;
 ]
 {
 }
-
-


Reply via email to